Package hedge :: Package backends :: Package jit :: Class Executor
[hide private]
[frames] | no frames]

Class Executor

source code


Instance Methods [hide private]
 
__init__(self, discr, optemplate, post_bind_mapper)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
compile_optemplate(self, discr, optemplate, post_bind_mapper) source code
 
diff_builtin(self, op_class, field, xyz_needed) source code
 
__call__(self, **context) source code

Inherited from exec_common.CPUExecutorBase: diff_rst, diff_rst_to_xyz, do_mass, instrument, lift_flux

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, discr, optemplate, post_bind_mapper)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)