MCPcopy Create free account
hub / github.com/numpy/numpy / _calc_depend_dict

Function _calc_depend_dict

numpy/f2py/crackfortran.py:2376–2381  ·  view source on GitHub ↗
(vars)

Source from the content-addressed store, hash-verified

2374
2375
2376def _calc_depend_dict(vars):
2377 names = list(vars.keys())
2378 depend_dict = {}
2379 for n in names:
2380 _get_depend_dict(n, vars, depend_dict)
2381 return depend_dict
2382
2383
2384def get_sorted_names(vars):

Callers 1

get_sorted_namesFunction · 0.85

Calls 2

_get_depend_dictFunction · 0.85
keysMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…