sanitize method

sanitize

Removes writable metadata properties from the package. The operation is recursive so it affects all nested packages as well.

Returns

The number of affected properties.

def sanitize(self):
    ...

See Also