Home
last modified time | relevance | path

Searched refs:isrecursive (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pprint.py47 self.assertFalse(pprint.isrecursive(safe),
52 self.assertFalse(pp.isrecursive(safe),
68 self.assertTrue(pprint.isrecursive(icky), "expected isrecursive")
70 self.assertTrue(pp.isrecursive(icky), "expected isrecursive")
80 self.assertFalse(pprint.isrecursive(safe),
85 self.assertFalse(pp.isrecursive(safe),
93 for unreadable in type(3), pprint, pprint.isrecursive:
95 self.assertFalse(pprint.isrecursive(unreadable),
100 self.assertFalse(pp.isrecursive(unreadable),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpprint.py70 def isrecursive(object): function
122 def isrecursive(self, object): member in PrettyPrinter