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

Method _newFortranRoutine

numpy/linalg/lapack_lite/make_lite.py:117–118  ·  view source on GitHub ↗
(self, rname, filename)

Source from the content-addressed store, hash-verified

115 return UnknownFortranRoutine(rname)
116
117 def _newFortranRoutine(self, rname, filename):
118 return FortranRoutine(rname, filename)
119
120 def addIgnorableRoutine(self, rname):
121 """Add a routine that we don't want to consider when looking at

Callers 1

_findRoutineMethod · 0.95

Calls 1

FortranRoutineClass · 0.85

Tested by

no test coverage detected