part_mapping property

part_mapping property

Gets or sets the name or URI of a mapping function used to map the fromPart to the toPart.

Definition:

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

See Also