MCPcopy Create free account
hub / github.com/anthropics/anthropic-sdk-python / __init__

Method __init__

tests/lib/test_credentials.py:1347–1348  ·  view source on GitHub ↗
(self, now: float = 1000.0)

Source from the content-addressed store, hash-verified

1345
1346class FakeClock:
1347 def __init__(self, now: float = 1000.0) -> None:
1348 self.now = now
1349
1350 def __call__(self) -> float:
1351 return self.now

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected