MCPcopy 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
551def 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
561def containsmodule(block):

Callers

nothing calls this directly

Calls 2

hascommonFunction · 0.85
hasbodyFunction · 0.85

Tested by

no test coverage detected