List of all members.
Detailed Description
Definition at line 2802 of file blocks.py.
Constructor & Destructor Documentation
def blockit::Fortran::blocks::Pod::__init__ |
( |
|
self, |
|
|
|
parameters |
|
) |
| |
A (P)ython (O)n (D)emand block:
pod foo from barmodule
.
.
.
end pod foo
The code contained within the block is processed AT SHOW TIME. Use
the Prepod block for processing at parse time.
Input
-----
parameters : the groups from the class regex
table : the global symbol table to store the block in
Definition at line 2827 of file blocks.py.
Member Function Documentation
def blockit::Fortran::blocks::Pod::__getstate__ |
( |
|
self | ) |
|
def blockit::Fortran::blocks::Pod::factory |
( |
|
s, |
|
|
|
lineNo, |
|
|
|
tokens |
|
) |
| |
Factory method called by the BlockParser to produce an
instance of the class.
Definition at line 2820 of file blocks.py.
def blockit::Fortran::blocks::Pod::name |
( |
|
self | ) |
|
def blockit::Fortran::blocks::Pod::serialize |
( |
|
self | ) |
|
Builds a dictionary tree of the block.
Definition at line 2916 of file blocks.py.
def blockit::Fortran::blocks::Pod::show |
( |
|
self, |
|
|
|
mangle |
|
) |
| |
Member Data Documentation
The documentation for this class was generated from the following file: