Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ _parse_day
Function
_parse_day
scripts/precollect_papers_by_day.py:28–29 ·
view source on GitHub ↗
(value: str)
Source
from the content-addressed store, hash-verified
26
27
28
def
_parse_day(value: str) -> datetime:
29
return
datetime.strptime(value,
"%Y%m%d"
)
30
31
32
def
_count_papers_for_day(day: datetime) -> int:
Callers
1
precollect_by_day
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected