Skip to content

Commit de53cda

Browse files
committed
Added docstring
1 parent aa490af commit de53cda

File tree

1 file changed

+1
-0
lines changed
  • src/fastcs/transports/epics/ca

1 file changed

+1
-0
lines changed

src/fastcs/transports/epics/ca/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def _verify_in_datatype(_, value):
8686

8787

8888
def create_state_keys(datatype: Enum):
89+
"""Creates a dictionary of state field keys to names"""
8990
return dict(
9091
zip(
9192
MBB_STATE_FIELDS,

0 commit comments

Comments
 (0)