stfc / fparser

This project maintains and develops a Fortran parser called fparser2 written purely in Python which supports Fortran 2003 and some Fortran 2008. A legacy parser fparser1 is also available but is not supported. The parsers were originally part of the f2py project by Pearu Peterson.
https://fparser.readthedocs.io
Other
61 stars 28 forks source link

Remove staticmethod for tostr() in Stmt_Function_Stmt class #373

Closed rupertford closed 1 year ago

rupertford commented 1 year ago

A spurious staticmethod decorator has been added to the tostr() method in the Stmt_Function_Stmt class in Fortran2003.py.

rupertford commented 1 year ago

Created branch 373_rm_staticmethod