Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ _normalize_status
Function
_normalize_status
scripts/developer-guide/summarize_reports.py:80–81 ·
view source on GitHub ↗
(status: str)
Source
from the content-addressed store, hash-verified
78
79
80
def
_normalize_status(status: str) -> str:
81
return
status.strip()
82
83
84
def
_has_nonzero_status(status: str) -> bool:
Callers
3
_has_nonzero_status
Function · 0.85
summarize_asciidoc
Function · 0.85
summarize_vale
Function · 0.85
Calls
1
strip
Method · 0.45
Tested by
no test coverage detected