MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / now

Method now

tests/buddy/test_notification.py:22–23  ·  view source on GitHub ↗
(cls, tz=None)

Source from the content-addressed store, hash-verified

20 class _FakeDateTime(datetime):
21 @classmethod
22 def now(cls, tz=None) -> 'datetime':
23 return fake
24
25 return patch('src.buddy.notification.datetime', _FakeDateTime)
26

Callers 15

renderMethod · 0.80
renderToScreenFunction · 0.80
scanPositionsFunction · 0.80
markCommitStartFunction · 0.80
resetAfterCommitFunction · 0.80
InkClass · 0.80
constructorMethod · 0.80
onRenderMethod · 0.80
tickFunction · 0.80
updateIntervalFunction · 0.80
nowFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected