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

Function InBuiltInFunctions

numpy/linalg/lapack_lite/clapack_scrub.py:253–257  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

251 return LookingForBuiltinFunctions
252
253 def InBuiltInFunctions(line):
254 if line.strip() == '':
255 return LookingForBuiltinFunctions
256 else:
257 return InBuiltInFunctions
258
259 state = LookingForBuiltinFunctions
260 for line in UStringIO(source):

Callers

nothing calls this directly

Calls 1

stripMethod · 0.80

Tested by

no test coverage detected