mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 14:01:56 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
13
django-stubs-generated/db/migrations/utils.pyi
Normal file
13
django-stubs-generated/db/migrations/utils.pyi
Normal file
@@ -0,0 +1,13 @@
|
||||
from typing import Any, Optional
|
||||
|
||||
from django.utils.functional import SimpleLazyObject
|
||||
|
||||
COMPILED_REGEX_TYPE: Any
|
||||
|
||||
class RegexObject:
|
||||
pattern: str = ...
|
||||
flags: int = ...
|
||||
def __init__(self, obj: SimpleLazyObject) -> None: ...
|
||||
def __eq__(self, other: RegexObject) -> bool: ...
|
||||
|
||||
def get_migration_name_timestamp() -> str: ...
|
||||
Reference in New Issue
Block a user