Skip to content

types-toml 0.10.8.20240310

Download JSON

  • PyPI https://pypi.org/project/types-toml/
    Repository https://github.com/python/typeshed

  • py.typed
    stubs-only typeshed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 156
        "Any" : 9
        "Untyped" : 5
    • 97.1% coverage
    • 91.8% coverage (strict)
    • 170 typable
      • 156 typed
      • 5 untyped
      • 9 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 30
        "classes" : 110
        "other" : 6
    • 8 functions (+4 overloads)
      • 22 parameters
    • 23 classes
      • 43 methods (+0 overloads)
        • 67 parameters
      • 0 properties
    • 5 modules
      • 6 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
toml 0.0% 0.0% 0 0
toml.decoder 97.3% 91.8% 110 0
toml.encoder 95.8% 91.7% 48 0
toml.ordered 100.0% 100.0% 2 0
toml.tz 100.0% 90.0% 10 0

Incomplete Annotations

toml.decoder (3 missing, 6 any)

Symbol Typable Typed Any
meth CommentValue.init 5 5 1
meth CommentValue.getitem 2 2 2
meth CommentValue.setitem 3 3 2
attr CommentValue.val 1 1 1
attr toml.decoder.unicode 1 0 0
attr toml.decoder.unichr 1 0 0
attr toml.decoder.basestring 1 0 0

toml.encoder (2 missing, 2 any)

Symbol Typable Typed Any
meth TomlEncoder.dump_value 2 2 1
meth TomlEncoder.dump_value 2 2 1
attr toml.version 1 0 0
attr toml.encoder.unicode 1 0 0

toml.tz (0 missing, 1 any)

Symbol Typable Typed Any
meth TomlTz.deepcopy 2 2 1

Type-Ignore Comments

No type-ignore comments.