remove_unused_defs property

remove_unused_defs property

Gets of sets the option to remove the content of defs that are not displayed directly without identifiers. It is ’true’ by default.

Definition:

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

See Also