Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_duration
Function · 0.80
_call_parallel_target
Method · 0.80
call
Method · 0.80
check_pause
Method · 0.80
run
Method · 0.80
handle_batch_jobs
Method · 0.80
update
Method · 0.80
__init__
Method · 0.80
_post_stats
Method · 0.80
_handle_clear
Method · 0.80
_handle_aes
Method · 0.80
run_func
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected