meta data for this page
dataclass
validators
@dataclass class Address: street: str postcode: str city: str country: str def __post_init__(self): if not ...: raise ValueError("...") if not isinstance(self.street, str): raise TypeError("...")
jump to: Search / User Tools / Main Content / Change Content Width
wiki.niziak.spox.org
@dataclass class Address: street: str postcode: str city: str country: str def __post_init__(self): if not ...: raise ValueError("...") if not isinstance(self.street, str): raise TypeError("...")
Except where otherwise noted, content on this wiki is licensed under the following license: GNU Free Documentation License 1.3