authoring_tool property

authoring_tool property

Gets or sets the authoring tool. The authoring_tool element contains a string with the authoring tool’s name. There may be only one authoring_tool element.

Definition:

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

See Also