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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pprint.py 42 # Verify .isrecursive() and .isreadable() w/o recursion
47 self.assertFalse(pprint.isrecursive(safe),
48 "expected not isrecursive for %r" % (safe,))
52 self.assertFalse(pp.isrecursive(safe),
53 "expected not isrecursive for %r" % (safe,))
58 # Verify .isrecursive() and .isreadable() w/ recursion
68 self.assertTrue(pprint.isrecursive(icky), "expected isrecursive")
70 self.assertTrue(pp.isrecursive(icky), "expected isrecursive")
    [all...]
  /external/python/cpython2/Lib/test/
test_pprint.py 56 # Verify .isrecursive() and .isreadable() w/o recursion
62 self.assertFalse(pprint.isrecursive(safe),
63 "expected not isrecursive for %r" % (safe,))
67 self.assertFalse(pp.isrecursive(safe),
68 "expected not isrecursive for %r" % (safe,))
73 # Verify .isrecursive() and .isreadable() w/ recursion
83 self.assertTrue(pprint.isrecursive(icky), "expected isrecursive")
85 self.assertTrue(pp.isrecursive(icky), "expected isrecursive")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pprint.py 42 # Verify .isrecursive() and .isreadable() w/o recursion
47 self.assertFalse(pprint.isrecursive(safe),
48 "expected not isrecursive for %r" % (safe,))
52 self.assertFalse(pp.isrecursive(safe),
53 "expected not isrecursive for %r" % (safe,))
58 # Verify .isrecursive() and .isreadable() w/ recursion
68 self.assertTrue(pprint.isrecursive(icky), "expected isrecursive")
70 self.assertTrue(pp.isrecursive(icky), "expected isrecursive")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pprint.py 42 # Verify .isrecursive() and .isreadable() w/o recursion
47 self.assertFalse(pprint.isrecursive(safe),
48 "expected not isrecursive for %r" % (safe,))
52 self.assertFalse(pp.isrecursive(safe),
53 "expected not isrecursive for %r" % (safe,))
58 # Verify .isrecursive() and .isreadable() w/ recursion
68 self.assertTrue(pprint.isrecursive(icky), "expected isrecursive")
70 self.assertTrue(pp.isrecursive(icky), "expected isrecursive")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pprint.py 42 # Verify .isrecursive() and .isreadable() w/o recursion
47 self.assertFalse(pprint.isrecursive(safe),
48 "expected not isrecursive for %r" % (safe,))
52 self.assertFalse(pp.isrecursive(safe),
53 "expected not isrecursive for %r" % (safe,))
58 # Verify .isrecursive() and .isreadable() w/ recursion
68 self.assertTrue(pprint.isrecursive(icky), "expected isrecursive")
70 self.assertTrue(pp.isrecursive(icky), "expected isrecursive")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pprint.py 42 # Verify .isrecursive() and .isreadable() w/o recursion
47 self.assertFalse(pprint.isrecursive(safe),
48 "expected not isrecursive for %r" % (safe,))
52 self.assertFalse(pp.isrecursive(safe),
53 "expected not isrecursive for %r" % (safe,))
58 # Verify .isrecursive() and .isreadable() w/ recursion
68 self.assertTrue(pprint.isrecursive(icky), "expected isrecursive")
70 self.assertTrue(pp.isrecursive(icky), "expected isrecursive")
    [all...]
  /external/python/cpython3/Lib/test/
test_pprint.py 92 # Verify .isrecursive() and .isreadable() w/o recursion
98 self.assertFalse(pprint.isrecursive(safe),
99 "expected not isrecursive for %r" % (safe,))
103 self.assertFalse(pp.isrecursive(safe),
104 "expected not isrecursive for %r" % (safe,))
109 # Verify .isrecursive() and .isreadable() w/ recursion
119 self.assertTrue(pprint.isrecursive(icky), "expected isrecursive")
121 self.assertTrue(pp.isrecursive(icky), "expected isrecursive")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pprint.py 42 __all__ = ["pprint","pformat","isreadable","isrecursive","saferepr",
70 def isrecursive(object): function
122 def isrecursive(self, object): member in class:PrettyPrinter
245 # Return triple (repr_string, isreadable, isrecursive).
  /external/python/cpython2/Lib/
pprint.py 45 __all__ = ["pprint","pformat","isreadable","isrecursive","saferepr",
73 def isrecursive(object): function
125 def isrecursive(self, object): member in class:PrettyPrinter
241 # Return triple (repr_string, isreadable, isrecursive).
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pprint.py 45 __all__ = ["pprint","pformat","isreadable","isrecursive","saferepr",
73 def isrecursive(object): function
125 def isrecursive(self, object): member in class:PrettyPrinter
248 # Return triple (repr_string, isreadable, isrecursive).
  /prebuilts/gdb/linux-x86/lib/python2.7/
pprint.py 45 __all__ = ["pprint","pformat","isreadable","isrecursive","saferepr",
73 def isrecursive(object): function
125 def isrecursive(self, object): member in class:PrettyPrinter
248 # Return triple (repr_string, isreadable, isrecursive).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pprint.py 45 __all__ = ["pprint","pformat","isreadable","isrecursive","saferepr",
73 def isrecursive(object): function
125 def isrecursive(self, object): member in class:PrettyPrinter
248 # Return triple (repr_string, isreadable, isrecursive).
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pprint.py 45 __all__ = ["pprint","pformat","isreadable","isrecursive","saferepr",
73 def isrecursive(object): function
125 def isrecursive(self, object): member in class:PrettyPrinter
248 # Return triple (repr_string, isreadable, isrecursive).
  /external/python/cpython3/Lib/
pprint.py 43 __all__ = ["pprint","pformat","isreadable","isrecursive","saferepr",
68 def isrecursive(object): function
147 def isrecursive(self, object): member in class:PrettyPrinter
488 # Return triple (repr_string, isreadable, isrecursive).

Completed in 344 milliseconds