mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-07 12:44:29 +08:00
5 lines
123 B
Python
5 lines
123 B
Python
from typing import Any, List, Optional
|
|
|
|
class CheckFieldDefaultMixin:
|
|
def check(self, **kwargs: Any) -> List[Any]: ...
|