MCPcopy Index your code
hub / github.com/Persper/code-analytics / commits

Method commits

persper/analytics/call_commit_graph.py:58–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56
57 # Read-only access
58 def commits(self):
59 # https://networkx.github.io/documentation/stable/tutorial.html#graph-attributes
60 return self._digraph.graph['commits']
61
62 # Read-only access
63 def __contains__(self, node):

Callers 9

_cur_cindexMethod · 0.95
_set_all_nodes_sizeMethod · 0.95
commit_devranksMethod · 0.95
developer_devranksMethod · 0.95
test_analzyer_goFunction · 0.80
test_analzyer_goFunction · 0.80
test_analzyer_goFunction · 0.80
test_azFunction · 0.80

Calls

no outgoing calls

Tested by 5

test_analzyer_goFunction · 0.64
test_analzyer_goFunction · 0.64
test_analzyer_goFunction · 0.64
test_azFunction · 0.64