mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 13:04:47 +08:00
first version finished
This commit is contained in:
12
django/utils/deconstruct.pyi
Normal file
12
django/utils/deconstruct.pyi
Normal file
@@ -0,0 +1,12 @@
|
||||
from django.contrib.postgres.validators import KeysValidator
|
||||
from django.core.validators import RegexValidator
|
||||
from typing import (
|
||||
Type,
|
||||
Union,
|
||||
)
|
||||
|
||||
|
||||
def deconstructible(
|
||||
*args,
|
||||
path = ...
|
||||
) -> Type[Union[KeysValidator, RegexValidator]]: ...
|
||||
Reference in New Issue
Block a user