Searched defs:MandatoryProps (Results 1 – 1 of 1) sorted by relevance
26 MandatoryProps = dict[PropName, tuple[PropValue | None, MustExist]] variable55 def initialize(self, mandatory_props: MandatoryProps) -> None: