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

Function _configured_report_style

deployments/desktop/shared/agents.py:1187–1189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1185
1186
1187def _normalize_push_date(value: Any = None) -> str:
1188 raw = str(value or "").strip()
1189 if raw:
1190 try:
1191 return datetime.strptime(raw, "%Y-%m-%d").date().isoformat()
1192 except ValueError:

Callers 3

create_reading_reportsFunction · 0.85
read_arxivFunction · 0.85
read_local_pdfFunction · 0.85

Calls 1

_env_textFunction · 0.85

Tested by

no test coverage detected