Searched refs:isreadable (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_pprint.py | 147 # Verify .isrecursive() and .isreadable() w/o recursion 155 self.assertTrue(pprint.isreadable(safe), 156 "expected isreadable for %r" % (safe,)) 160 self.assertTrue(pp.isreadable(safe), 161 "expected isreadable for %r" % (safe,)) 171 # Verify .isrecursive() and .isreadable() w/ recursion 182 self.assertFalse(pprint.isreadable(icky), "expected not isreadable") 184 self.assertFalse(pp.isreadable(icky), "expected not isreadable") [all...] |
/third_party/python/Lib/ |
H A D | pprint.py | 44 __all__ = ["pprint","pformat","isreadable","isrecursive","saferepr", 72 def isreadable(object): function 164 def isreadable(self, object): member in PrettyPrinter 552 # Return triple (repr_string, isreadable, isrecursive).
|
Completed in 3 milliseconds