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 -
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
- 48 methods (+0 overloads)
- 5 modules
- 0 attrs
- 2 functions (+0 overloads)
Modules
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.