MCPcopy Create free account
hub / github.com/917Dhj/DeepPaperNote / figure_status_text

Function figure_status_text

scripts/lint_note.py:607–611  ·  view source on GitHub ↗
(line: str)

Source from the content-addressed store, hash-verified

605
606
607def figure_status_text(line: str) -> str:
608 stripped = line.strip()
609 if not stripped.startswith("> 当前状态:"):
610 return ""
611 return stripped.removeprefix("> 当前状态:").strip()
612
613
614def has_accepted_usable_placeholder_reason(status_text: str) -> bool:

Calls

no outgoing calls

Tested by

no test coverage detected