MCPcopy
hub / github.com/LawRefBook/Laws / isTitle

Function isTitle

scripts/convert.py:41–44  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

39
40
41def isTitle(line) -> str:
42 if re.match(title_matcher, line):
43 return re.sub(title_matcher, "", line).strip()
44 return None
45
46
47class Case(object):

Callers 1

parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected