Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/fluentpython/example-code-2e
/ draw
Function
draw
17-it-generator/tree/classtree/classtree.py:41–43 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
39
40
41
def
draw(cls):
42
for
line in render_lines(tree(cls)):
43
print(line)
44
45
46
def
parse(name):
Callers
1
main
Function · 0.70
Calls
2
render_lines
Function · 0.70
tree
Function · 0.70
Tested by
no test coverage detected