Module EDCompiler :: Class EDCompiler
[hide private]
[frames] | no frames]

Class EDCompiler

source code

object --+
         |
        EDCompiler

Interface for AL Compiler.

Instance Methods [hide private]
 
__init__(*args, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

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

Static Methods [hide private]
 
accelerator(*args, **kwargs)
This method accelerates the application by a JIT compiler.
source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(*args, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Decorators:
  • @deprecated
Overrides: object.__init__
(inherited documentation)

accelerator(*args, **kwargs)
Static Method

source code 

This method accelerates the application by a JIT compiler.

Decorators:
  • @deprecated