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

Method allRoutineNames

numpy/linalg/lapack_lite/make_lite.py:145–148  ·  view source on GitHub ↗

Return the names of all the routines.

(self)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected