MCPcopy Index your code
hub / github.com/SpaceNetLab/StarryNet / __init__

Method __init__

starrynet/sn_utils.py:214–221  ·  view source on GitHub ↗
(self, remote_ssh, docker_service_name, node_size,
                 container_id_list, container_global_idx)

Source from the content-addressed store, hash-verified

212class sn_Node_Init_Thread(threading.Thread):
213
214 def __init__(self, remote_ssh, docker_service_name, node_size,
215 container_id_list, container_global_idx):
216 threading.Thread.__init__(self)
217 self.remote_ssh = remote_ssh
218 self.docker_service_name = docker_service_name
219 self.node_size = node_size
220 self.container_global_idx = container_global_idx
221 self.container_id_list = copy.deepcopy(container_id_list)
222
223 def run(self):
224

Callers 5

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected