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

Function setmesstext

numpy/f2py/crackfortran.py:1957–1963  ·  view source on GitHub ↗
(block)

Source from the content-addressed store, hash-verified

1955
1956
1957def setmesstext(block):
1958 global filepositiontext
1959
1960 try:
1961 filepositiontext = f"In: {block['from']}:{block['name']}\n"
1962 except Exception:
1963 pass
1964
1965
1966def get_usedict(block):

Callers 8

postcrack2Function · 0.85
postcrackFunction · 0.85
analyzebodyFunction · 0.85
buildimplicitrulesFunction · 0.85
analyzevarsFunction · 0.85
analyzeargsFunction · 0.85
crack2fortrangenFunction · 0.85
vars2fortranFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…