bundles / numpy latest / numpy / f2py / crackfortran / analyzeline
function
numpy.f2py.crackfortran:analyzeline
source: build-install/usr/lib/python3.14/site-packages/numpy/f2py/crackfortran.py :992
Signature
def analyzeline ( m , case , line ) Summary
Reads each line in the input file in sequence and updates global vars.
Extended Summary
Effectively reads and collects information from the input file to the global variable groupcache, a dictionary containing info about each part of the fortran module.
At the end of analyzeline, information is filtered into the correct dict keys, but parameter values and dimensions are not yet interpreted.
Aliases
-
numpy.f2py.crackfortran.analyzeline