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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pprint.py 42 # Verify .isrecursive() and .isreadable() w/o recursion
49 self.assertTrue(pprint.isreadable(safe),
50 "expected isreadable for %r" % (safe,))
54 self.assertTrue(pp.isreadable(safe),
55 "expected isreadable for %r" % (safe,))
58 # Verify .isrecursive() and .isreadable() w/ recursion
69 self.assertFalse(pprint.isreadable(icky), "expected not isreadable")
71 self.assertFalse(pp.isreadable(icky), "expected not isreadable")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pprint.py 42 # Verify .isrecursive() and .isreadable() w/o recursion
49 self.assertTrue(pprint.isreadable(safe),
50 "expected isreadable for %r" % (safe,))
54 self.assertTrue(pp.isreadable(safe),
55 "expected isreadable for %r" % (safe,))
58 # Verify .isrecursive() and .isreadable() w/ recursion
69 self.assertFalse(pprint.isreadable(icky), "expected not isreadable")
71 self.assertFalse(pp.isreadable(icky), "expected not isreadable")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pprint.py 45 __all__ = ["pprint","pformat","isreadable","isrecursive","saferepr",
69 def isreadable(object): function
128 def isreadable(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",
69 def isreadable(object): function
128 def isreadable(self, object): member in class:PrettyPrinter
248 # Return triple (repr_string, isreadable, isrecursive).

Completed in 34 milliseconds