![]() |
DrugDesign Data Analysis
Module of the DrugDesign project responsible for loading and pre-processing data from ChEMBL and PubChem
|
Namespaces | |
namespace | decorators |
Functions | |
Callable | decorators.IgnoreWarnings (Callable func) |
Callable | decorators.ReTry (int attempts_amount=retry_config["attempts_amount"], type[Exception] exception_to_check=Exception, float sleep_time=retry_config["sleep_time"]) |
Variables | |
Config | decorators.retry_config = config["Utils"]["ReTry"] |