mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 12:14:28 +08:00
13 lines
451 B
Python
13 lines
451 B
Python
# Stubs for django.conf.urls.i18n (Python 3.6)
|
|
#
|
|
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
|
|
|
from typing import Any
|
|
|
|
from django.urls.resolvers import URLResolver
|
|
from typing import Any, List, Tuple, Union
|
|
def i18n_patterns(*urls: Any, prefix_default_language: bool = ...) -> Union[List[URLResolver], List[List[Any]]]: ...
|
|
def is_language_prefix_patterns_used(urlconf: str) -> Tuple[bool, bool]: ...
|
|
|
|
urlpatterns: Any
|