We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333dfde commit 39c7debCopy full SHA for 39c7deb
1 file changed
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