Other engine methods
Updated 08 Oct 2002
Upper levels:
Amzi Python Interface 0.2...
4. Manual

 4.2. Other engine methods

 [ Prev - Up - Next ] 

Presently these are:

  • .reset()
  • .close()
  • .clearcall()
All just wrapping the corresponding lsapi calls.

Clearly, many are missing.

However an important feature of the AmziEngine class is that it is extensible in Python (as also of course in the C++ and Delphi lsapis), so that for example you can encapsulate the Prolog-based features of the application in methods of an engine subclass. This kind of thing wasn't possible until Python 2.2 or thereabouts.


 [ Prev - Top - Next ]