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