mapmaker.utils.property_mixin module

class mapmaker.utils.property_mixin.PropertyMixin(properties: dict[str, Any] | None = None)[source]

Bases: object

property properties
pop_property(key: str, default: Any | None = None) Any[source]
get_property(key: str, default: Any | None = None) Any[source]
has_property(key: str) bool[source]
set_property(key: str, value: Any) None[source]