typing-inspect 0.9.0
-
PyPI https://pypi.org/project/typing-inspect/ Repository https://github.com/ilevkivskyi/typing_inspect -
py.typed -
Coverage
%%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%% pie title "Typed" : 0 "Any" : 0 "Untyped" : 45 -
Typables
%%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%% pie title "functions" : 45 "classes" : 0 "other" : 0- 22 functions (+0 overloads)
- 23 parameters
- 0 classes
- 0 methods (+0 overloads)
- 0 parameters
- 0 properties
- 0 methods (+0 overloads)
- 1 modules
- 0 attrs
- 22 functions (+0 overloads)
Modules
| Module | Coverage | Coverage (strict) | Typables | Ignores |
|---|---|---|---|---|
typing_inspect |
0.0% | 0.0% | 45 | 0 |
Incomplete Annotations
typing_inspect (45 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
is_new_type |
2 | 0 | 0 |
func |
is_callable_type |
2 | 0 | 0 |
func |
get_constraints |
2 | 0 | 0 |
func |
is_classvar |
2 | 0 | 0 |
func |
get_origin |
2 | 0 | 0 |
func |
get_generic_bases |
2 | 0 | 0 |
func |
typed_dict_keys |
2 | 0 | 0 |
func |
get_bound |
2 | 0 | 0 |
func |
get_forward_arg |
2 | 0 | 0 |
func |
get_last_origin |
2 | 0 | 0 |
func |
is_forward_ref |
2 | 0 | 0 |
func |
is_optional_type |
2 | 0 | 0 |
func |
is_typevar |
2 | 0 | 0 |
func |
is_generic_type |
2 | 0 | 0 |
func |
get_parameters |
2 | 0 | 0 |
func |
is_tuple_type |
2 | 0 | 0 |
func |
get_generic_type |
2 | 0 | 0 |
func |
get_last_args |
2 | 0 | 0 |
func |
is_final_type |
2 | 0 | 0 |
func |
get_args |
3 | 0 | 0 |
func |
is_literal_type |
2 | 0 | 0 |
func |
is_union_type |
2 | 0 | 0 |
Type-Ignore Comments
No type-ignore comments.