field property

field property

Gets the tag that denotes a property holding information about a form field or calculated field extracted from a document.

Definition:

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

See Also