MCPcopy Index your code
hub / github.com/python/cpython / _create_tree

Function _create_tree

Lib/pyclbr.py:268–271  ·  view source on GitHub ↗
(fullmodule, path, fname, source, tree, inpackage)

Source from the content-addressed store, hash-verified

266
267
268def _create_tree(fullmodule, path, fname, source, tree, inpackage):
269 mbrowser = _ModuleBrowser(fullmodule, path, fname, tree, inpackage)
270 mbrowser.visit(ast.parse(source))
271 return mbrowser.tree
272
273
274def _main():

Callers 1

_readmoduleFunction · 0.85

Calls 3

_ModuleBrowserClass · 0.85
visitMethod · 0.45
parseMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…