Home
last modified time | relevance | path

Searched defs:isrecursive (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dpprint.py73 def isrecursive(object): function
125 def isrecursive(self, object): member in PrettyPrinter
/external/apache-commons-bcel/src/examples/Mini/
DASTFunDecl.java370 public boolean isrecursive() { return is_recursive; } in isrecursive() method in ASTFunDecl
/external/python/cpython3/Lib/
Dpprint.py68 def isrecursive(object): function
147 def isrecursive(self, object): member in PrettyPrinter