MCPcopy
hub / github.com/saltstack/salt / time

Method time

tests/pytests/unit/test_master.py:1087–1088  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1085 self._calls = []
1086
1087 def time(self):
1088 return self._start_time + self._current_duration
1089
1090 def sleep(self, secs):
1091 self._calls += [secs]

Callers 15

_calculate_fake_durationFunction · 0.80
_call_parallel_targetMethod · 0.80
callMethod · 0.80
check_pauseMethod · 0.80
runMethod · 0.80
handle_batch_jobsMethod · 0.80
updateMethod · 0.80
__init__Method · 0.80
_post_statsMethod · 0.80
_handle_clearMethod · 0.80
_handle_aesMethod · 0.80
run_funcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected