OpenQuizz
Une application de gestion des contenus pédagogiques
pip._vendor.tenacity.before Namespace Reference

Functions

def before_nothing (retry_state)
 
def before_log (logger, log_level)
 

Function Documentation

◆ before_log()

def pip._vendor.tenacity.before.before_log (   logger,
  log_level 
)
Before call strategy that logs to some logger the attempt.

◆ before_nothing()

def pip._vendor.tenacity.before.before_nothing (   retry_state)
Before call strategy that does nothing.