Files
django-stubs/django-stubs-generated/db/models/utils.pyi
2018-12-03 18:52:44 +03:00

6 lines
172 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]: ...