rxn.utilities.attrs.get_variables_and_type_names

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

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

Parameters

cls (Type[Any]) –

Return type

List[Tuple[str, str]]