native property

native property

Specifies the native attribute. It is true if signature is document-specific.

Definition:

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

See Also