Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ containscommon
Function
containscommon
numpy/f2py/auxfuncs.py:551–558 ·
view source on GitHub ↗
(rout)
Source
from the content-addressed store, hash-verified
549
550
551
def
containscommon(rout):
552
if
hascommon(rout):
553
return
1
554
if
hasbody(rout):
555
for
b in rout[
'body'
]:
556
if
containscommon(b):
557
return
1
558
return
0
559
560
561
def
containsmodule(block):
Callers
nothing calls this directly
Calls
2
hascommon
Function · 0.85
hasbody
Function · 0.85
Tested by
no test coverage detected