name property

name property

Gets or sets the resource name. Pascal string, padded to make the size even (a null name consists of two bytes of 0).

Definition:

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

See Also