MCPcopy Index your code
hub / github.com/fluentpython/example-code-2e / parse

Function parse

17-it-generator/tree/classtree/classtree.py:46–50  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

44
45
46def parse(name):
47 if '.' in name:
48 return name.rsplit('.', 1)
49 else:
50 return 'builtins', name
51
52
53def main(name):

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected