Searched refs:isrecursive (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_pprint.py42 # 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/
H A Dtest_pprint.py42 # 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/
H A Dtest_pprint.py42 # 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/
H A Dtest_pprint.py42 # 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/darwin-x86/lib/python2.7/
H A Dpprint.py45 __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/
H A Dpprint.py45 __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/
H A Dpprint.py45 __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/
H A Dpprint.py45 __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).

Completed in 360 milliseconds