We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89988d commit 5e17e93Copy full SHA for 5e17e93
urlpattern.pyi
@@ -12,11 +12,11 @@ class URLPattern:
12
input: URLPatternInput,
13
baseURL: str,
14
options: URLPatternOptions | None = None,
15
- ): ...
+ ) -> None: ...
16
@overload
17
def __init__(
18
self, input: URLPatternInput, options: URLPatternOptions | None = None
19
20
def test(self, input: URLPatternInput = {}, baseURL: str | None = None) -> bool: ...
21
def exec(
22
self, input: URLPatternInput = {}, baseURL: str | None = None
0 commit comments