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

Method start_del

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

Source from the content-addressed store, hash-verified

26 self.add_num_lines = 1
27
28 def start_del(self):
29 self.in_del = True
30 self.del_start = self.cur
31
32 def finish_add(self):
33 self.in_add = False

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected