This is a pre-release version (2.5.0.dev0+git20251130.2de293a). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.5.0.dev0+git20251130.2de293a / 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