MCPcopy Create free account
hub / github.com/ccxt/ccxt / pydot__tree_to_dot

Function pydot__tree_to_dot

python/ccxt/static_dependencies/lark/tree.py:224–226  ·  view source on GitHub ↗
(tree: Tree, filename, rankdir="LR", **kwargs)

Source from the content-addressed store, hash-verified

222
223
224def pydot__tree_to_dot(tree: Tree, filename, rankdir="LR", **kwargs):
225 graph = pydot__tree_to_graph(tree, rankdir, **kwargs)
226 graph.write(filename)
227
228
229def pydot__tree_to_graph(tree: Tree, rankdir="LR", **kwargs):

Callers

nothing calls this directly

Calls 2

pydot__tree_to_graphFunction · 0.85
writeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…