SupportsOwnership

class zixy.container.base.SupportsOwnership(*args, **kwargs)[source]

Bases: Protocol

Protocol for classes supporting the ownership model.

__init__(*args, **kwargs)
clone() Self[source]

Return a deep copy of self.

is_owning() bool[source]

Check if self is owning (i.e. not a view).