Skip to content

aiosqlite 0.22.1

Version history | Download JSON

  • PyPI https://pypi.org/project/aiosqlite/
    Repository https://github.com/omnilib/aiosqlite

  • py.typed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 100
        "Any" : 3
        "Untyped" : 29
    • 78.0% coverage
    • 75.8% coverage (strict)
    • 132 typable
      • 100 typed
      • 29 untyped
      • 3 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 7
        "classes" : 124
        "other" : 0
    • 2 functions (+0 overloads)
      • 5 parameters
    • 3 classes
      • 48 methods (+0 overloads)
        • 59 parameters
      • 12 properties
    • 5 modules
      • 0 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
aiosqlite 0.0% 0.0% 0 0
aiosqlite.__version__ 0.0% 0.0% 0 0
aiosqlite.context 52.9% 52.9% 17 0
aiosqlite.core 87.3% 83.5% 79 0
aiosqlite.cursor 69.4% 69.4% 36 0

Incomplete Annotations

aiosqlite.context (8 missing, 0 any)

Symbol Typable Typed Any
meth Result.init 2 1 0
meth Result.send 2 1 0
meth Result.throw 4 1 0
meth Result.aexit 4 1 0

aiosqlite.core (10 missing, 3 any)

Symbol Typable Typed Any
meth Connection.del 1 0 0
meth Connection._execute_insert 3 3 1
meth Connection._execute_fetchall 3 3 1
meth Connection._execute 4 0 0
meth Connection.aexit 4 1 0
meth Connection.load_extension 2 1 0
func connect 5 4 1

aiosqlite.cursor (11 missing, 0 any)

Symbol Typable Typed Any
meth Cursor._fetch_chunked 1 0 0
meth Cursor._execute 4 0 0
meth Cursor.aenter 1 0 0
meth Cursor.aexit 4 0 0
attr Cursor.iter_chunk_size 1 0 0

Type-Ignore Comments

No type-ignore comments.