MCPcopy Create free account
hub / github.com/comaps/comaps / clean_line

Method clean_line

tools/python/po_parser.py:92–93  ·  view source on GitHub ↗
(self, line, prefix="")

Source from the content-addressed store, hash-verified

90
91
92 def clean_line(self, line, prefix=""):
93 return line[len(prefix):].strip().strip('"')
94
95
96 def parse_args(self):

Callers 1

_parse_one_fileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected