MCPcopy Index your code
hub / github.com/numpy/numpy / hasderivedtypes

Function hasderivedtypes

numpy/f2py/auxfuncs.py:572–573  ·  view source on GitHub ↗
(rout)

Source from the content-addressed store, hash-verified

570
571
572def hasderivedtypes(rout):
573 return ('block' in rout) and rout['block'] == 'type'
574
575
576def containsderivedtypes(rout):

Callers 1

containsderivedtypesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…