rxn.utilities.attrs.get_variables_and_types

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

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

Parameters

cls (Type[Any]) –

Return type

List[Tuple[str, Type[Any]]]