D | edtlib.py | 589 def const(self) -> Union[None, int, List[int], str, List[str]]: member in PropertySpec 1466 const = prop_spec.const 1467 if const is not None and val != const: 2664 const = options.get("const") 2692 if const and prop_type not in const_types:
|