MCPcopy Create free account
hub / github.com/numpy/numpy / outmess

Function outmess

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

Source from the content-addressed store, hash-verified

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

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