Skip to content

Commit 39c7deb

Browse files
committed
Added docstring
1 parent 333dfde commit 39c7deb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/fastcs/transports/epics/ca

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)