Home
last modified time | relevance | path

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

/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.py76 def isrecursive(object): function
164 def isrecursive(self, object): member in PrettyPrinter