Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
46
def
parse(name):
47
if
'.'
in name:
48
return
name.rsplit(
'.'
, 1)
49
else
:
50
return
'builtins'
, name
51
52
53
def
main(name):
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected