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.