mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +08:00
Bump regex to 2022.6.2 (#8162)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
version = "2021.11.10"
|
||||
version = "2022.6.2"
|
||||
|
||||
@@ -9,7 +9,11 @@ from ._regex_core import *
|
||||
__version__: str
|
||||
|
||||
def compile(
|
||||
pattern: AnyStr | _regex.Pattern[AnyStr], flags: int = ..., ignore_unused: bool = ..., **kwargs: Any
|
||||
pattern: AnyStr | _regex.Pattern[AnyStr],
|
||||
flags: int = ...,
|
||||
ignore_unused: bool = ...,
|
||||
cache_pattern: bool | None = ...,
|
||||
**kwargs: Any,
|
||||
) -> _regex.Pattern[AnyStr]: ...
|
||||
@overload
|
||||
def search(
|
||||
|
||||
Reference in New Issue
Block a user