MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / now

Method now

tests/test_journal_fetcher.py:33–34  ·  view source on GitHub ↗
(cls, tz=None)

Source from the content-addressed store, hash-verified

31class FixedDateTime(datetime):
32 @classmethod
33 def now(cls, tz=None):
34 return cls(2026, 4, 15, tzinfo=tz)
35
36
37@pytest.fixture(autouse=True)

Callers 15

mainFunction · 0.80
log_token_usageFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
simulate_daily_feedbackFunction · 0.80
backup_profilesFunction · 0.80
build_profile_from_roleFunction · 0.80
init_user_metadataFunction · 0.80
load_today_pushFunction · 0.80
mainFunction · 0.80
backup_databaseFunction · 0.80
generate_profileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected