HomeSort by relevance Sort by last modified time
    Searched refs:stacklevel (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
warning_tests.py 5 def outer(message, stacklevel=1):
6 inner(message, stacklevel)
8 def inner(message, stacklevel=1):
9 warnings.warn(message, stacklevel=stacklevel)
testall.py 4 stacklevel=2) variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
warning_tests.py 5 def outer(message, stacklevel=1):
6 inner(message, stacklevel)
8 def inner(message, stacklevel=1):
9 warnings.warn(message, stacklevel=stacklevel)
testall.py 4 stacklevel=2) variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
__init__.py 7 warnpy3k("In 3.x, the Carbon package is removed.", stacklevel=2)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
warnings.h 13 #define PyErr_WarnPy3k(msg, stacklevel) \
14 (Py_Py3kWarningFlag ? PyErr_WarnEx(PyExc_DeprecationWarning, msg, stacklevel) : 0)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
warnings.h 13 #define PyErr_WarnPy3k(msg, stacklevel) \
14 (Py_Py3kWarningFlag ? PyErr_WarnEx(PyExc_DeprecationWarning, msg, stacklevel) : 0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
statvfs.py 3 warnpy3k("the statvfs module has been removed in Python 3.0", stacklevel=2)
dbhash.py 5 warnings.warnpy3k("in 3.x, the dbhash module has been removed", stacklevel=2)
new.py 8 "module instead.", stacklevel=2)
commands.py 23 "use the subprocess module instead", stacklevel=2)
dircache.py 7 warnpy3k("the dircache module has been removed in Python 3.0", stacklevel=2)
mutex.py 15 warnpy3k("the mutex module has been removed in Python 3.0", stacklevel=2)
user.py 24 warnpy3k("the user module has been removed in Python 3.0", stacklevel=2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
statvfs.py 3 warnpy3k("the statvfs module has been removed in Python 3.0", stacklevel=2)
dbhash.py 5 warnings.warnpy3k("in 3.x, the dbhash module has been removed", stacklevel=2)
new.py 8 "module instead.", stacklevel=2)
commands.py 23 "use the subprocess module instead", stacklevel=2)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
__init__.py 27 DeprecationWarning, stacklevel=2)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/
__init__.py 9 warnpy3k("In 3.x, the _builtinSuites module is removed.", stacklevel=2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
__init__.py 27 DeprecationWarning, stacklevel=2)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
icopen.py 41 warnpy3k("In 3.x, the icopen module is removed.", stacklevel=2)
appletrunner.py 7 warnpy3k("In 3.x, the appletrunner module is removed.", stacklevel=2)
bgenlocations.py 11 warnpy3k("In 3.x, the bgenlocations module is removed.", stacklevel=2)
terminalcommand.py 18 warnpy3k("In 3.x, the terminalcommand module is removed.", stacklevel=2)

Completed in 851 milliseconds

1 2 3 4 5 6