MCPcopy Index your code
hub / github.com/python/cpython / time

Method time

Lib/test/test_sched.py:19–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17 self._stop = 0
18
19 def time(self):
20 with self._cond:
21 return self._time
22
23 # increase the time but not beyond the established limit
24 def sleep(self, t):

Callers 15

test_enter_concurrentMethod · 0.95
formatdateFunction · 0.45
make_msgidFunction · 0.45
flattenMethod · 0.45
send_preambleMethod · 0.45
_str2timeFunction · 0.45
is_expiredMethod · 0.45
add_cookie_headerMethod · 0.45
make_cookiesMethod · 0.45
set_cookie_if_okMethod · 0.45
clear_expired_cookiesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected