HomeSort by relevance Sort by last modified time
    Searched refs:deprecations (Results 1 - 12 of 12) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_doctest.py     [all...]
test_zipimport_support.py 182 deprecations = []
185 deprecations.append(("class Tester is deprecated", DeprecationWarning))
187 deprecations += [
190 with test.test_support.check_warnings(*deprecations):
test_descr.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_doctest.py     [all...]
test_zipimport_support.py 182 deprecations = []
185 deprecations.append(("class Tester is deprecated", DeprecationWarning))
187 deprecations += [
190 with test.test_support.check_warnings(*deprecations):
test_descr.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_doctest.py     [all...]
test_zipimport_support.py 182 deprecations = []
185 deprecations.append(("class Tester is deprecated", DeprecationWarning))
187 deprecations += [
190 with test.test_support.check_warnings(*deprecations):
test_descr.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_doctest.py     [all...]
test_zipimport_support.py 182 deprecations = []
185 deprecations.append(("class Tester is deprecated", DeprecationWarning))
187 deprecations += [
190 with test.test_support.check_warnings(*deprecations):
test_descr.py     [all...]

Completed in 152 milliseconds