Add route argument to ResolverMatch constructor (#442)

This commit is contained in:
Federico Bond
2020-08-12 09:36:01 -03:00
committed by GitHub
parent 8a64d87917
commit e764b1cf4c

View File

@@ -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