PyForTool
Python-fortran-tool
Loading...
Searching...
No Matches
Classes | Functions
pyfortool.variables Namespace Reference

Classes

class  Variables
 
class  VarList
 

Functions

 _getDeclStmtTag (scopePath)
 
 updateVarList (func)
 

Detailed Description

This module implements the VarList and Variables classes to deal with variables

Function Documentation

◆ _getDeclStmtTag()

pyfortool.variables._getDeclStmtTag (   scopePath)
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.

Here is the caller graph for this function:

◆ updateVarList()

pyfortool.variables.updateVarList (   func)
Decorator to signal that a varList update is needed

Definition at line 32 of file variables.py.