MCPcopy
hub / github.com/programthink/zhao / __init__

Method __init__

bin/make.py:257–260  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

255
256class Builder :
257 def __init__(self) :
258 Node.init()
259 Relation.init()
260 Family.init()
261
262 def _mkdir(self, name) :
263 if os.path.exists(name) :

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected