Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ _ci
Function
_ci
scripts/documentation-verify.py:72–73 ·
view source on GitHub ↗
(pattern: str)
Source
from the content-addressed store, hash-verified
70
71
72
def
_ci(pattern: str) -> re.Pattern:
73
return
re.compile(pattern, re.IGNORECASE)
74
75
76
# Marketing / blog cliches. These are the ones that scream "blog post"
Callers
1
documentation-verify.py
File · 0.85
Calls
1
compile
Method · 0.45
Tested by
no test coverage detected