notation_name property

notation_name property

For unparsed entities, the name of the notation for the entity. For parsed entities, this is null.

Definition:

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

See Also