rxn.utilities.attrs.get_variables

rxn.utilities.attrs.get_variables(cls)[source]

Return the names of the variables for a class declared with the attrs library.

Parameters

cls (Type[Any]) –

Return type

List[str]