MCPcopy Create free account
hub / github.com/SpaceNetLab/StarryNet / get_utility

Method get_utility

starrynet/sn_synchronizer.py:173–174  ·  view source on GitHub ↗
(self, time_index)

Source from the content-addressed store, hash-verified

171 return GSes
172
173 def get_utility(self, time_index):
174 self.utility_checking_time.append(time_index)
175
176 def get_position(self, sat_index, time_index):
177 path = self.configuration_file_path + "/" + self.file_path + '/position/' + '/%d.txt' % time_index

Callers 2

example.pyFile · 0.80
do_get_utilityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected