graphbasics
Functions:
-
dict_property–Generic factory function for a property that corresponds to a dictionary value.
dict_property
Generic factory function for a property that corresponds to a dictionary value.
The owning class must be a subclass of dict.
Parameters:
-
(namestr) –The name of the property.
-
(type_type[T]) –The type of the property.
-
(docstringstr | None, default:None) –The docstring of the property.