MCPcopy Create free account
hub / github.com/d62lu/3DCTN / __init__

Method __init__

util.py:37–38  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

35
36class IOStream():
37 def __init__(self, path):
38 self.f = open(path, 'a')
39
40 def cprint(self, text):
41 print(text)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected