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

Method dependencies

numpy/linalg/lapack_lite/make_lite.py:81–85  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79 self._dependencies = None
80
81 def dependencies(self):
82 if self._dependencies is None:
83 deps = fortran.getDependencies(self.filename)
84 self._dependencies = [d.lower() for d in deps]
85 return self._dependencies
86
87 def __repr__(self):
88 return "FortranRoutine({!r}, filename={!r})".format(self.name,

Callers 2

dumpRoutineNamesFunction · 0.45

Calls 1

lowerMethod · 0.80

Tested by

no test coverage detected