(self)
| 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): |
nothing calls this directly
no outgoing calls
no test coverage detected