Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Gracker/awesome-android-ai-dev-sources
/ today
Function
today
process_candidates.py:75–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
74
75
def
today() -> str:
76
return
datetime.now(ZoneInfo(
"Asia/Shanghai"
)).date().isoformat()
77
78
79
def
load_json(path: Path) -> dict[str, Any]:
Callers
3
process_candidates
Function · 0.85
generate_readme
Function · 0.85
process_candidates.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected