Skip to content

backoff 2.2.1

Download JSON

  • PyPI https://pypi.org/project/backoff/
    Repository https://github.com/litl/backoff

  • py.typed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 41
        "Any" : 3
        "Untyped" : 0
    • 100.0% coverage
    • 93.2% coverage (strict)
    • 44 typable
      • 41 typed
      • 0 untyped
      • 3 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 42
        "classes" : 0
        "other" : 0
    • 8 functions (+0 overloads)
      • 34 parameters
    • 1 classes
      • 0 methods (+0 overloads)
        • 0 parameters
      • 0 properties
    • 4 modules
      • 0 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
backoff._decorator 100.0% 92.9% 28 0
backoff._jitter 100.0% 100.0% 4 0
backoff._typing 100.0% 50.0% 2 0
backoff._wait_gen 100.0% 100.0% 10 0

Incomplete Annotations

backoff._decorator (0 missing, 2 any)

Symbol Typable Typed Any
func on_exception 15 15 1
func on_predicate 13 13 1

backoff._typing (0 missing, 1 any)

Symbol Typable Typed Any
attr Details.value 1 1 1

Type-Ignore Comments

No type-ignore comments.