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

Method dependencies

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

Source from the content-addressed store, hash-verified

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

Callers 2

dumpRoutineNamesFunction · 0.45

Calls 1

lowerMethod · 0.80

Tested by

no test coverage detected