fparser Reference Guide
0.0.14
|
Static Public Member Functions | |
def | import_now () |
This class imports a set of fparser.two dependencies that can not be imported during the Python Import time because they have a circular dependency with this file. They are imported once when the Fortran2003 is already processed by calling the import_now() method. The alternative is to have the equivalent top-level imports in the Base.__new__ method, but this method is in the parser critical path and is best to keep expensive operations out of it.
|
static |
Execute the Import of Fortran2003 dependencies.
Definition at line 265 of file utils.py.