MCPcopy Create free account
hub / github.com/Tong89/smartNode / __init__

Method __init__

backend/resources.py:10–12  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8
9class ResourceManager:
10 def __init__(self):
11 self.usage = {"satellites": {}, "ground_stations": {}, "geo_relays": {}}
12 self.time_pool = {"satellites": {}, "ground_stations": {}, "geo_relays": {}}
13
14 def init_pools(self, leo_sats, all_gs, geo_relays):
15 self.time_pool = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected