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

Function iscstyledirective

numpy/f2py/auxfuncs.py:425–427  ·  view source on GitHub ↗
(f2py_line)

Source from the content-addressed store, hash-verified

423
424
425def iscstyledirective(f2py_line):
426 directives = {"callstatement", "callprotoargument", "pymethoddef"}
427 return any(directive in f2py_line.lower() for directive in directives)
428
429
430def isintent_in(var):

Callers 1

readfortrancodeFunction · 0.85

Calls 2

anyFunction · 0.85
lowerMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…