MCPcopy 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
37def _clean_text(value: Any) -> str:
38 return str(value or "").strip()
39
40
41def _parse_month(value: Optional[str]) -> str:

Callers 11

_parse_monthFunction · 0.70
_resolve_dirFunction · 0.70
_parse_dateFunction · 0.70
_normalize_keywordsFunction · 0.70
_first_sentenceFunction · 0.70
_markdown_linkFunction · 0.70
_paper_linksFunction · 0.70
_paper_identifierFunction · 0.70
_paper_summaryFunction · 0.70
_paper_rowsFunction · 0.70
export_monthly_reportFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected