Searched refs:_create_tree (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/ |
D | pyclbr.py | 183 return _create_tree(fullmodule, path, fname, source, tree, inpackage) 269 def _create_tree(fullmodule, path, fname, source, tree, inpackage): function
|
/external/python/cpython3/Lib/test/ |
D | test_pyclbr.py | 183 actual = mb._create_tree(m, p, f, source, t, i)
|