HomeSort by relevance Sort by last modified time
    Searched refs:DeprecationWarning (Results 226 - 250 of 682) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Lib/bsddb/
__init__.py 50 DeprecationWarning, 2)
51 warnings.filterwarnings("ignore", ".*CObject.*", DeprecationWarning,
  /external/python/cpython2/Lib/
warnings.py 22 category = DeprecationWarning
409 # Don't silence DeprecationWarning if -3 or -Q was used.
411 silence.append(DeprecationWarning)
  /external/python/cpython3/Lib/test/
test_platform.py 307 warnings.simplefilter("ignore", DeprecationWarning)
320 warnings.simplefilter("ignore", DeprecationWarning)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
Cookie.py 700 DeprecationWarning)
725 DeprecationWarning)
warnings.py 21 category = DeprecationWarning
387 # Don't silence DeprecationWarning if -3 or -Q was used.
389 silence.append(DeprecationWarning)
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
__init__.py 50 DeprecationWarning, 2)
51 warnings.filterwarnings("ignore", ".*CObject.*", DeprecationWarning,
  /prebuilts/gdb/linux-x86/lib/python2.7/
Cookie.py 700 DeprecationWarning)
725 DeprecationWarning)
warnings.py 21 category = DeprecationWarning
387 # Don't silence DeprecationWarning if -3 or -Q was used.
389 silence.append(DeprecationWarning)
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
__init__.py 50 DeprecationWarning, 2)
51 warnings.filterwarnings("ignore", ".*CObject.*", DeprecationWarning,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 700 DeprecationWarning)
725 DeprecationWarning)
warnings.py 21 category = DeprecationWarning
387 # Don't silence DeprecationWarning if -3 or -Q was used.
389 silence.append(DeprecationWarning)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 50 DeprecationWarning, 2)
51 warnings.filterwarnings("ignore", ".*CObject.*", DeprecationWarning,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 700 DeprecationWarning)
725 DeprecationWarning)
warnings.py 21 category = DeprecationWarning
387 # Don't silence DeprecationWarning if -3 or -Q was used.
389 silence.append(DeprecationWarning)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 50 DeprecationWarning, 2)
51 warnings.filterwarnings("ignore", ".*CObject.*", DeprecationWarning,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
asynchat.py 223 filterwarnings("ignore", ".*buffer", DeprecationWarning)
mimetools.py 10 filterwarnings("ignore", ".*rfc822 has been removed", DeprecationWarning)
popen2.py 13 DeprecationWarning, stacklevel=2)
posixfile.py 57 "fcntl.lockf() provides better locking", DeprecationWarning, 2)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_StringIO.py 146 DeprecationWarning)):
test_augassign.py 327 with check_py3k_warnings(("classic int division", DeprecationWarning)):
test_strop.py 3 DeprecationWarning,
test_urllibnet.py 199 ("urllib.urlopen.. has been removed", DeprecationWarning)):
test_xrange.py 10 DeprecationWarning, "unittest")
  /external/libmojo/third_party/jinja2/
sandbox.py 43 warnings.filterwarnings('ignore', 'the sets module', DeprecationWarning,

Completed in 623 milliseconds

1 2 3 4 5 6 7 8 91011>>