MCPcopy Create free account
hub / github.com/bupticybee/TexasSolver / Struct

Class Struct

resources/python/TreeBuilder.py:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8from networkx.drawing.nx_agraph import graphviz_layout
9
10class Struct:
11 def __init__(self, **entries):
12 self.__dict__.update(entries)
13
14class RulesBuilder():
15 """

Callers 1

parse_rulesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected