MCPcopy Create free account
hub / github.com/src-d/hercules / __init__

Method __init__

python/labours/objects.py:25–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23
24class ParallelDevData:
25 def __init__(self):
26 self.commits_rank = -1
27 self.commits = -1
28 self.lines_rank = -1
29 self.lines = -1
30 self.ownership_rank = -1
31 self.ownership = -1
32 self.couples_index = -1
33 self.couples_cluster = -1
34 self.commit_coocc_index = -1
35 self.commit_coocc_cluster = -1
36
37 def __str__(self):
38 return str(self.__dict__)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected