Package PyFoam :: Package Basics :: Module TemplateFile :: Class EvalPseudoSandboxWithMathWithImport
[hide private]
[frames] | no frames]

Class EvalPseudoSandboxWithMathWithImport

source code

ThirdParty.pyratemp.EvalPseudoSandbox --+    
                                        |    
                EvalPseudoSandboxWithMath --+
                                            |
                                           EvalPseudoSandboxWithMathWithImport

Class that allows the import of packages

Instance Methods [hide private]
 
__init__(self) source code

Inherited from EvalPseudoSandboxWithMath: compile, eval

Inherited from ThirdParty.pyratemp.EvalPseudoSandbox: f_default, f_exists, f_import, f_setvar, register

Class Variables [hide private]

Inherited from ThirdParty.pyratemp.EvalPseudoSandbox: safe_builtins, safe_builtins_python2

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: ThirdParty.pyratemp.EvalPseudoSandbox.__init__