types-regex 2026.2.28.20260301
Version history | Download JSON
-
PyPI https://pypi.org/project/types-regex/ Repository https://github.com/python/typeshed -
py.typedstubs-only typeshed -
Coverage
%%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%% pie title "Typed" : 176 "Any" : 14 "Untyped" : 0 -
Typables
%%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%% pie title "functions" : 138 "classes" : 49 "other" : 1- 16 functions (+12 overloads)
- 122 parameters
- 5 classes
- 16 methods (+1 overloads)
- 18 parameters
- 15 properties
- 16 methods (+1 overloads)
- 3 modules
- 1 attrs
- 16 functions (+12 overloads)
Modules
| Module | Coverage | Coverage (strict) | Typables | Ignores |
|---|---|---|---|---|
regex |
0.0% | 0.0% | 0 | 0 |
regex._main |
100.0% | 92.2% | 179 | 0 |
regex._regex_core |
100.0% | 100.0% | 11 | 0 |
Incomplete Annotations
regex._main (0 missing, 14 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
regex.findall |
11 | 11 | 1 |
func |
regex.splititer |
9 | 9 | 1 |
func |
regex.subf |
12 | 12 | 1 |
func |
regex.compile |
6 | 6 | 1 |
meth |
Pattern.class_getitem |
2 | 2 | 1 |
func |
regex.sub |
12 | 12 | 1 |
func |
regex.finditer |
12 | 12 | 1 |
func |
regex.subn |
12 | 12 | 1 |
func |
regex.fullmatch |
11 | 11 | 1 |
func |
regex.match |
11 | 11 | 1 |
func |
regex.split |
9 | 9 | 1 |
func |
regex.subfn |
12 | 12 | 1 |
meth |
Match.class_getitem |
2 | 2 | 1 |
func |
regex.search |
11 | 11 | 1 |
Type-Ignore Comments
No type-ignore comments.