implementation property

implementation property

The DOMImplementation object that handles this document.

Definition:

@property
def implementation(self):
    ...
@implementation.setter
def implementation(self, value):
    ...

See Also