copy_names property

copy_names property

Indicates whether copying the names.

Definition:

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

See Also