Files
django-stubs/django/db/models/utils.pyi
Maxim Kurnikov a9f215bf64 initial commit
2018-07-29 18:12:23 +03:00

7 lines
101 B
Python

from typing import (
Any,
Tuple,
)
def make_model_tuple(model: Any) -> Tuple[str, str]: ...