Utils

pyenzyme.enzymeml.core.utils.deprecated_getter(name: str)[source]

Decorator used to indicate that a deprecated method has been used

pyenzyme.enzymeml.core.utils.deprecated_method(name: str)[source]

Decorator used to indicate that a deprecated method has been used

pyenzyme.enzymeml.core.utils.type_checking(cls)[source]

Used to enable pyDantic type checking, since it is not supported yet by Pylance