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

Method time

Lib/test/test_asyncio/utils.py:373–374  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

371 self._transports = weakref.WeakValueDictionary()
372
373 def time(self):
374 return self._time
375
376 def advance_time(self, advance):
377 """Move test time forward."""

Calls

no outgoing calls

Tested by 15

test_formatdateMethod · 0.36
test_closeMethod · 0.36
test_timeout_at_basicMethod · 0.36
test_nested_timeoutsMethod · 0.36
test_timeout_zeroMethod · 0.36