MCPcopy 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
41def draw(cls):
42 for line in render_lines(tree(cls)):
43 print(line)
44
45
46def parse(name):

Callers 1

mainFunction · 0.70

Calls 2

render_linesFunction · 0.70
treeFunction · 0.70

Tested by

no test coverage detected