MCPcopy 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
38def draw(cls):
39 for line in render_lines(tree(cls)):
40 print(line)
41
42
43if __name__ == '__main__':

Callers 1

drawtree.pyFile · 0.70

Calls 2

treeFunction · 0.90
render_linesFunction · 0.70

Tested by

no test coverage detected