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

Function outmess

numpy/f2py/auxfuncs.py:59–61  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

57
58
59def outmess(t):
60 if options.get('verbose', 1):
61 sys.stdout.write(t)
62
63
64def debugcapi(var):

Callers 15

buildhooksFunction · 0.70
load_f2cmap_fileFunction · 0.70
getarrdimsFunction · 0.70
buildhooksFunction · 0.70
buildusevarsFunction · 0.70
buildusevarFunction · 0.70
scaninputlineFunction · 0.70
callcrackfortranFunction · 0.70
buildmodulesFunction · 0.70
run_mainFunction · 0.70
__call__Method · 0.70
preparse_sysargvFunction · 0.70

Calls 2

getMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…