/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | warning_tests.py | 5 def outer(message, stacklevel=1): argument 6 inner(message, stacklevel) 8 def inner(message, stacklevel=1): argument 9 warnings.warn(message, stacklevel=stacklevel)
|
D | testall.py | 4 stacklevel=2)
|
D | test_warnings.py | 227 warning_tests.inner("spam3", stacklevel=1) 230 warning_tests.outer("spam4", stacklevel=1) 234 warning_tests.inner("spam5", stacklevel=2) 237 warning_tests.outer("spam6", stacklevel=2) 240 warning_tests.outer("spam6.5", stacklevel=3) 244 warning_tests.inner("spam7", stacklevel=9999) 257 warning_tests.inner("spam8", stacklevel=1) 275 warning_tests.inner('spam9', stacklevel=1) 294 warning_tests.inner('spam10', stacklevel=1) 315 warning_tests.inner('spam11', stacklevel=1)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | warnings.h | 13 #define PyErr_WarnPy3k(msg, stacklevel) \ argument 14 (Py_Py3kWarningFlag ? PyErr_WarnEx(PyExc_DeprecationWarning, msg, stacklevel) : 0)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | warnings.h | 13 #define PyErr_WarnPy3k(msg, stacklevel) \ argument 14 (Py_Py3kWarningFlag ? PyErr_WarnEx(PyExc_DeprecationWarning, msg, stacklevel) : 0)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | statvfs.py | 3 warnpy3k("the statvfs module has been removed in Python 3.0", stacklevel=2)
|
D | new.py | 8 "module instead.", stacklevel=2)
|
D | dbhash.py | 5 warnings.warnpy3k("in 3.x, the dbhash module has been removed", stacklevel=2)
|
D | warnings.py | 14 def warnpy3k(message, category=None, stacklevel=1): argument 22 warn(message, category, stacklevel+1) 175 def warn(message, category=None, stacklevel=1): argument 186 caller = sys._getframe(stacklevel)
|
D | user.py | 24 warnpy3k("the user module has been removed in Python 3.0", stacklevel=2)
|
D | mutex.py | 15 warnpy3k("the mutex module has been removed in Python 3.0", stacklevel=2)
|
D | dircache.py | 7 warnpy3k("the dircache module has been removed in Python 3.0", stacklevel=2)
|
D | commands.py | 23 "use the subprocess module instead", stacklevel=2)
|
D | Bastion.py | 29 warnpy3k("the Bastion module has been removed in Python 3.0", stacklevel=2)
|
D | toaiff.py | 11 warnpy3k("the toaiff module has been removed in Python 3.0", stacklevel=2)
|
D | getpass.py | 114 stacklevel=2)
|
D | os.py | 665 warnings.warn(msg, DeprecationWarning, stacklevel=2) 685 warnings.warn(msg, DeprecationWarning, stacklevel=2) 705 warnings.warn(msg, DeprecationWarning, stacklevel=2)
|
D | multifile.py | 31 DeprecationWarning, stacklevel=2)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
D | __init__.py | 27 DeprecationWarning, stacklevel=2)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | warnings.py | 15 def warnpy3k(message, category=None, stacklevel=1): argument 23 warn(message, category, stacklevel+1) 179 def warn(message, category=None, stacklevel=1): argument 190 caller = sys._getframe(stacklevel)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/ |
D | __init__.py | 8 "use the 'profile' module instead.", stacklevel=2)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/ |
D | ElementTree.py | 254 FutureWarning, stacklevel=2 350 DeprecationWarning, stacklevel=2 486 PendingDeprecationWarning, stacklevel=2 681 PendingDeprecationWarning, stacklevel=2 702 FutureWarning, stacklevel=2 726 FutureWarning, stacklevel=2 747 FutureWarning, stacklevel=2 769 FutureWarning, stacklevel=2
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/ |
D | ElementTree.py | 254 FutureWarning, stacklevel=2 350 DeprecationWarning, stacklevel=2 486 PendingDeprecationWarning, stacklevel=2 675 PendingDeprecationWarning, stacklevel=2 696 FutureWarning, stacklevel=2 721 FutureWarning, stacklevel=2 743 FutureWarning, stacklevel=2 765 FutureWarning, stacklevel=2
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
D | os.py | 694 warnings.warn(msg, DeprecationWarning, stacklevel=2) 714 warnings.warn(msg, DeprecationWarning, stacklevel=2) 734 warnings.warn(msg, DeprecationWarning, stacklevel=2)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
D | os.py | 679 warnings.warn(msg, DeprecationWarning, stacklevel=2) 699 warnings.warn(msg, DeprecationWarning, stacklevel=2) 719 warnings.warn(msg, DeprecationWarning, stacklevel=2)
|