Skip to content

shortuuid 1.0.13

Download JSON

  • PyPI https://pypi.org/project/shortuuid/
    Repository https://github.com/skorokithakis/shortuuid

  • py.typed

  • Coverage


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


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

Modules

Module Coverage Coverage (strict) Typables Ignores
shortuuid 0.0% 0.0% 0 0
shortuuid.cli 66.7% 50.0% 6 0
shortuuid.django_fields 88.9% 66.7% 9 0
shortuuid.main 100.0% 100.0% 26 0

Incomplete Annotations

shortuuid.cli (2 missing, 1 any)

Symbol Typable Typed Any
func encode_cli 2 1 0
func cli 2 2 1
func decode_cli 2 1 0

shortuuid.django_fields (1 missing, 2 any)

Symbol Typable Typed Any
meth ShortUUIDField.init 3 3 2
attr ShortUUIDField.description 1 0 0

Type-Ignore Comments

No type-ignore comments.