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

Method load

exp_scripts/bootstrap.py:92–93  ·  view source on GitHub ↗
(self, f)

Source from the content-addressed store, hash-verified

90 self.history += envs.keys()
91
92 def load(self, f):
93 self.envs = pickle.load(open(f, "rb"))
94
95 def add(self, name, env):
96 self.history.append(name)

Callers 3

__init__Method · 0.95
mainFunction · 0.45
mainFunction · 0.45

Calls 1

openFunction · 0.50

Tested by

no test coverage detected