MCPcopy 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
72def _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

Calls 1

compileMethod · 0.45

Tested by

no test coverage detected