descriptor property

descriptor property

Gets the descriptor associated with the metadata property.

Definition:

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

See Also