mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 14:01:56 +08:00
Add route argument to ResolverMatch constructor (#442)
This commit is contained in:
@@ -22,6 +22,7 @@ class ResolverMatch:
|
|||||||
url_name: Optional[str] = ...,
|
url_name: Optional[str] = ...,
|
||||||
app_names: Optional[List[Optional[str]]] = ...,
|
app_names: Optional[List[Optional[str]]] = ...,
|
||||||
namespaces: Optional[List[Optional[str]]] = ...,
|
namespaces: Optional[List[Optional[str]]] = ...,
|
||||||
|
route: Optional[str] = ...,
|
||||||
) -> None: ...
|
) -> None: ...
|
||||||
def __getitem__(self, index: int) -> Any: ...
|
def __getitem__(self, index: int) -> Any: ...
|
||||||
# for tuple unpacking
|
# for tuple unpacking
|
||||||
|
|||||||
Reference in New Issue
Block a user