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

Method __init__

scripts/bootstrap_proxy.py:63–69  ·  view source on GitHub ↗
(self,f = "")

Source from the content-addressed store, hash-verified

61
62class Envs:
63 def __init__(self,f = ""):
64 self.envs = {}
65 self.history = []
66 try:
67 self.load(f)
68 except:
69 pass
70
71 def set(self,envs):
72 self.envs = envs

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected