Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ _clean_text
Function
_clean_text
agents/wiki-agent/export/monthly_report.py:37–38 ·
view source on GitHub ↗
(value: Any)
Source
from the content-addressed store, hash-verified
35
36
37
def
_clean_text(value: Any) -> str:
38
return
str(value or
""
).strip()
39
40
41
def
_parse_month(value: Optional[str]) -> str:
Callers
11
_parse_month
Function · 0.70
_resolve_dir
Function · 0.70
_parse_date
Function · 0.70
_normalize_keywords
Function · 0.70
_first_sentence
Function · 0.70
_markdown_link
Function · 0.70
_paper_links
Function · 0.70
_paper_identifier
Function · 0.70
_paper_summary
Function · 0.70
_paper_rows
Function · 0.70
export_monthly_report
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected