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

Function _calc_depend_dict

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

Source from the content-addressed store, hash-verified

2406
2407
2408def _calc_depend_dict(vars):
2409 names = list(vars.keys())
2410 depend_dict = {}
2411 for n in names:
2412 _get_depend_dict(n, vars, depend_dict)
2413 return depend_dict
2414
2415
2416def get_sorted_names(vars):

Callers 1

get_sorted_namesFunction · 0.85

Calls 2

_get_depend_dictFunction · 0.85
keysMethod · 0.80

Tested by

no test coverage detected