Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ tick
Method
tick
bpython/test/test_curtsies.py:43–45 ·
view source on GitHub ↗
(self, dt=1)
Source
from the content-addressed store, hash-verified
41
raise
ValueError(
"timeout value %r not supported"
% timeout)
42
43
def
tick(self, dt=1):
44
self._current_tick += dt
45
return
self._current_tick
46
47
48
class
TestCurtsiesPasteDetection(TestCase):
Callers
1
test_set_timeout
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected