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

Function containscommon

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

Source from the content-addressed store, hash-verified

560
561
562def containscommon(rout):
563 if hascommon(rout):
564 return 1
565 if hasbody(rout):
566 for b in rout['body']:
567 if containscommon(b):
568 return 1
569 return 0
570
571
572def hasderivedtypes(rout):

Callers 1

buildhooksFunction · 0.85

Calls 2

hascommonFunction · 0.85
hasbodyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…