Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1187
def
_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_reports
Function · 0.85
read_arxiv
Function · 0.85
read_local_pdf
Function · 0.85
Calls
1
_env_text
Function · 0.85
Tested by
no test coverage detected