document property

document property

Gets the document info.

Definition:

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

See Also