MCPcopy Create free account
hub / github.com/Persper/code-analytics / clean

Method clean

persper/graphs/patch_parser.py:13–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11 """, re.VERBOSE)
12
13 def clean(self):
14 self.additions = []
15 self.deletions = []
16 self.in_add, self.in_del = False, False
17 self.in_chunk = False
18
19 self.add_start, self.del_start = None, None
20 self.add_num_lines = None
21 self.cur = None
22
23 def start_add(self):
24 self.in_add = True

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected