uvloop 0.22.1
-
PyPI https://pypi.org/project/uvloop/ Repository https://github.com/MagicStack/uvloop -
py.typed -
Coverage
%%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%% pie title "Typed" : 157 "Any" : 25 "Untyped" : 0 -
Typables
%%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%% pie title "functions" : 5 "classes" : 177 "other" : 0- 2 functions (+0 overloads)
- 3 parameters
- 1 classes
- 51 methods (+0 overloads)
- 126 parameters
- 0 properties
- 51 methods (+0 overloads)
- 2 modules
- 0 attrs
- 2 functions (+0 overloads)
Modules
| Module | Coverage | Coverage (strict) | Typables | Ignores |
|---|---|---|---|---|
uvloop |
100.0% | 100.0% | 5 | 1 |
uvloop.loop |
100.0% | 85.9% | 177 | 0 |
Incomplete Annotations
uvloop.loop (0 missing, 25 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
Loop.call_soon |
4 | 4 | 1 |
meth |
Loop.call_soon_threadsafe |
4 | 4 | 1 |
meth |
Loop.call_later |
5 | 5 | 1 |
meth |
Loop.call_at |
5 | 5 | 1 |
meth |
Loop.add_reader |
4 | 4 | 2 |
meth |
Loop.remove_reader |
2 | 2 | 1 |
meth |
Loop.add_writer |
4 | 4 | 2 |
meth |
Loop.remove_writer |
2 | 2 | 1 |
meth |
Loop.run_in_executor |
4 | 4 | 2 |
meth |
Loop.set_default_executor |
2 | 2 | 1 |
meth |
Loop.subprocess_shell |
7 | 7 | 4 |
meth |
Loop.subprocess_exec |
7 | 7 | 5 |
meth |
Loop.connect_read_pipe |
3 | 3 | 1 |
meth |
Loop.connect_write_pipe |
3 | 3 | 1 |
meth |
Loop.add_signal_handler |
4 | 4 | 1 |
Type-Ignore Comments
| Flavor | Count |
|---|---|
type: ignore[misc] |
1 |