Files
django-stubs/django-stubs-generated/db/models/utils.pyi
2018-11-10 17:49:18 +03:00

7 lines
173 B
Python

from typing import Any, Optional, Tuple, Type, Union
from django.db.models.base import Model
def make_model_tuple(model: Union[Type[Model], str]) -> Tuple[str, str]: ...