Dispose

class itala.itala.IDisposable(*args, **kwargs)

Bases: object

Interface representing a disposable object, e.g. the ISystem, IDevice and IImage interfaces. Disposable objects require to be disposed by calling the IDisposable::Dispose.

dispose() None

When an IDisposable object is no longer required, this method MUST be called.

property thisown

The membership flag