manager property

manager property

Gets the tag that labels information about a person who managed the making process of a file.

Definition:

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

See Also