Home
last modified time | relevance | path

Searched refs:_create_tree (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dpyclbr.py183 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/
Dtest_pyclbr.py183 actual = mb._create_tree(m, p, f, source, t, i)