mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-09 05:24:53 +08:00
8 lines
207 B
Python
8 lines
207 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: ...
|