Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/click
/ __init__
Method
__init__
tests/test_termui.py:24–25 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
22
23
class
FakeClock:
24
def
__init__(self):
25
self.now = time.time()
26
27
def
advance_time(self, seconds=1):
28
self.now += seconds
Callers
nothing calls this directly
Calls
1
time
Method · 0.80
Tested by
no test coverage detected