PyForTool
Python-fortran-tool
|
Classes | |
class | Variables |
class | VarList |
Functions | |
_getDeclStmtTag (scopePath) | |
updateVarList (func) | |
This module implements the VarList and Variables classes to deal with variables
|
protected |
Internal function :param scopePath: a scope path :return: the declaration statement we can find in this scope path
Definition at line 19 of file variables.py.
pyfortool.variables.updateVarList | ( | func | ) |
Decorator to signal that a varList update is needed
Definition at line 32 of file variables.py.