Class DispatchPartialT
- protocol ooodev.utils.partial.dispatch_partial_t.DispatchPartialT[source]
typing.Protocol
.Classes that implement this protocol must have the following methods / attributes:
- dispatch_cmd(cmd: str) Any
- dispatch_cmd(cmd: str, props: Iterable[PropertyValue]) Any
- dispatch_cmd(cmd: str, props: Iterable[PropertyValue]) Any
- dispatch_cmd(cmd: str, *, frame: XFrame) Any
- dispatch_cmd(**kwds)
Helper for @overload to raise when called.