dripline.core.return_codes module¶
-
dripline.core.return_codes.
get_return_codes_dict
()[source]¶ Construct a dictionary of return codes, keyed on names (snake_case)
NOTE: return codes can be dynamically added at runtime, this function returns the current set when it is called; you probably when to call it when you need the codes rather than creating the dict earlier.