Skip to content

levenshtein 0.27.3

Version history | Download JSON

  • PyPI https://pypi.org/project/levenshtein/
    Repository https://github.com/rapidfuzz/Levenshtein

  • py.typed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 72
        "Any" : 0
        "Untyped" : 20
    • 78.3% coverage
    • 78.3% coverage (strict)
    • 92 typable
      • 72 typed
      • 20 untyped
      • 0 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 69
        "classes" : 20
        "other" : 3
    • 17 functions (+2 overloads)
      • 52 parameters
    • 1 classes
      • 12 methods (+0 overloads)
        • 8 parameters
      • 0 properties
    • 2 modules
      • 3 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
Levenshtein.StringMatcher 0.0% 0.0% 20 0
Levenshtein 100.0% 100.0% 72 0

Incomplete Annotations

Levenshtein.StringMatcher (20 missing, 0 any)

Symbol Typable Typed Any
meth StringMatcher._reset_cache 1 0 0
meth StringMatcher.init 5 0 0
meth StringMatcher.set_seqs 3 0 0
meth StringMatcher.set_seq1 2 0 0
meth StringMatcher.set_seq2 2 0 0
meth StringMatcher.get_opcodes 1 0 0
meth StringMatcher.get_editops 1 0 0
meth StringMatcher.get_matching_blocks 1 0 0
meth StringMatcher.ratio 1 0 0
meth StringMatcher.quick_ratio 1 0 0
meth StringMatcher.real_quick_ratio 1 0 0
meth StringMatcher.distance 1 0 0

Type-Ignore Comments

No type-ignore comments.