Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/fluentpython/example-code-2e
/ draw
Function
draw
17-it-generator/tree/extra/drawtree.py:38–40 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
36
37
38
def
draw(cls):
39
for
line in render_lines(tree(cls)):
40
print(line)
41
42
43
if
__name__ ==
'__main__'
:
Callers
1
drawtree.py
File · 0.70
Calls
2
tree
Function · 0.90
render_lines
Function · 0.70
Tested by
no test coverage detected