Files
django-stubs/django-stubs-generated/conf/urls/static.pyi
2018-11-13 20:44:24 +03:00

9 lines
179 B
Python

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