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

Method allRoutineNames

numpy/linalg/lapack_lite/make_lite.py:144–147  ·  view source on GitHub ↗

Return the names of all the routines.

(self)

Source from the content-addressed store, hash-verified

142 return routine
143
144 def allRoutineNames(self):
145 """Return the names of all the routines.
146 """
147 return list(self.names_to_routines.keys())
148
149 def allRoutines(self):
150 """Return all the routines.

Callers 1

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected