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

Method nodes

persper/analytics/call_commit_graph.py:50–51  ·  view source on GitHub ↗
(self, data=False)

Source from the content-addressed store, hash-verified

48
49 # Read-only access
50 def nodes(self, data=False):
51 return self._digraph.nodes(data=data)
52
53 # Read-only access
54 def edges(self, data=False):

Callers 15

_set_all_nodes_sizeMethod · 0.95
_set_all_edges_weightMethod · 0.95
commit_devranksMethod · 0.95
build_call_graphFunction · 0.80
find_first_commitFunction · 0.80
assert_graphs_equalFunction · 0.80
assert_graphs_equalFunction · 0.80
test_analzyer_goFunction · 0.80
test_analzyer_goFunction · 0.80

Calls

no outgoing calls

Tested by 9

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