Files
django-stubs/django-stubs-generated/conf/urls/static.pyi
2018-12-03 18:52:44 +03:00

6 lines
172 B
Python

from typing import Any, Callable, List
from django.urls.resolvers import URLPattern
def static(prefix: str, view: Callable = ..., **kwargs: Any) -> List[URLPattern]: ...