Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
572
def
hasderivedtypes(rout):
573
return
(
'block'
in rout) and rout[
'block'
] ==
'type'
574
575
576
def
containsderivedtypes(rout):
Callers
1
containsderivedtypes
Function · 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…