Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
class
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
load
Method · 0.95
Tested by
no test coverage detected