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

Method _newFortranRoutine

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

Source from the content-addressed store, hash-verified

116 return UnknownFortranRoutine(rname)
117
118 def _newFortranRoutine(self, rname, filename):
119 return FortranRoutine(rname, filename)
120
121 def addIgnorableRoutine(self, rname):
122 """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