MCPcopy Create free account
hub / github.com/ProjectMitosisOS/mitosis-core / load

Method load

scripts/bootstrap_proxy.py:75–76  ·  view source on GitHub ↗
(self,f)

Source from the content-addressed store, hash-verified

73 self.history += envs.keys()
74
75 def load(self,f):
76 self.envs = pickle.load(open(f, "rb"))
77
78 def add(self,name,env):
79 self.history.append(name)

Callers 2

__init__Method · 0.95
mainFunction · 0.45

Calls 1

openFunction · 0.50

Tested by

no test coverage detected