Skip to content

tabulate 0.10.0

Download JSON

  • PyPI https://pypi.org/project/tabulate/
    Repository https://github.com/astanin/python-tabulate

  • py.typed

  • Coverage


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


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

Modules

Module Coverage Coverage (strict) Typables Ignores
tabulate 0.0% 0.0% 24 0

Incomplete Annotations

tabulate (24 missing, 0 any)

Symbol Typable Typed Any
func tabulate 21 0 0
func simple_separated_format 2 0 0
attr tabulate_formats 1 0 0

Type-Ignore Comments

No type-ignore comments.