mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 21:14:49 +08:00
6 lines
201 B
Python
6 lines
201 B
Python
from typing import Any, List, Optional, Union
|
|
|
|
TEMPLATE_FRAGMENT_KEY_TEMPLATE: str
|
|
|
|
def make_template_fragment_key(fragment_name: str, vary_on: Optional[Union[List[int], List[str]]] = ...) -> str: ...
|