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

Method resource_time_pool

backend/core.py:397–398  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

395
396 @property
397 def resource_time_pool(self):
398 return self._resources.time_pool
399
400
401 def __init__(self, ground_station_count=DEFAULT_GROUND_STATION_COUNT, leo_satellite_count=DEFAULT_LEO_SATELLITE_COUNT, rng=None, autostart=True):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected