Searched defs:isrecursive (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | pprint.py | 73 def isrecursive(object): function |
/external/apache-commons-bcel/src/examples/Mini/ | ||
D | ASTFunDecl.java | 370 public boolean isrecursive() { return is_recursive; } in isrecursive() method in ASTFunDecl |
/external/python/cpython3/Lib/ | ||
D | pprint.py | 68 def isrecursive(object): function |