Class PropPartialT

protocol ooodev.utils.partial.prop_partial_t.PropPartialT[source]

Type for PropPartial Class.

Classes that implement this protocol must have the following methods / attributes:

get_property(name: str) Any
get_property(name: str, default: Any) Any
get_property(**kwds)

Helper for @overload to raise when called.

set_property(**kwargs)[source]

Set property value

Parameters:

**kwargs (Any) – Variable length Key value pairs used to set properties.

Return type:

None