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

Function outmess

numpy/f2py/crackfortran.py:238–246  ·  view source on GitHub ↗
(line, flag=1)

Source from the content-addressed store, hash-verified

236
237
238def outmess(line, flag=1):
239 global filepositiontext
240
241 if not verbose:
242 return
243 if not quiet:
244 if flag:
245 sys.stdout.write(filepositiontext)
246 sys.stdout.write(line)
247
248
249defaultimplicitrules = {}

Callers 15

readfortrancodeFunction · 0.70
cracklineFunction · 0.70
analyzelineFunction · 0.70
cracktypespec0Function · 0.70
updatevarsFunction · 0.70
cracktypespecFunction · 0.70
get_useparametersFunction · 0.70
postcrack2Function · 0.70
postcrackFunction · 0.70
buildimplicitrulesFunction · 0.70
_get_depend_dictFunction · 0.70
get_parametersFunction · 0.70

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…