We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa490af commit de53cdaCopy full SHA for de53cda
src/fastcs/transports/epics/ca/util.py
@@ -86,6 +86,7 @@ def _verify_in_datatype(_, value):
86
87
88
def create_state_keys(datatype: Enum):
89
+ """Creates a dictionary of state field keys to names"""
90
return dict(
91
zip(
92
MBB_STATE_FIELDS,
0 commit comments