Searched defs:isrecursive (Results 1 - 4 of 4) sorted by relevance

/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 265 milliseconds