Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_concurrent
Method · 0.95
test_cancel_concurrent
Method · 0.95
formatdate
Function · 0.45
make_msgid
Function · 0.45
flatten
Method · 0.45
send_preamble
Method · 0.45
_str2time
Function · 0.45
is_expired
Method · 0.45
add_cookie_header
Method · 0.45
make_cookies
Method · 0.45
set_cookie_if_ok
Method · 0.45
clear_expired_cookies
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected