Searched refs:PropertySpec (Results 1 – 2 of 2) sorted by relevance
257 self.prop2specs: dict[str, PropertySpec] = {}259 self.prop2specs[prop_name] = PropertySpec(prop_name, self)514 class PropertySpec: class723 spec: PropertySpec1513 def _init_prop(self, prop_spec: PropertySpec, argument1554 prop_spec: PropertySpec, argument3413 _DEFAULT_PROP_SPECS: dict[str, PropertySpec] = {3414 name: PropertySpec(name, _DEFAULT_PROP_BINDING)
123 propspec: edtlib.PropertySpec, argument
Completed in 21 milliseconds