none method

none

Sets the clip path to ’none’, effectively disabling clipping.

Returns

The current instance of ClipPathBuilder for method chaining.

def none(self):
    ...

See Also