Files
django-stubs/django-stubs/db/migrations/utils.pyi
2019-07-09 05:18:15 +03:00

11 lines
240 B
Python

from typing import Any, Iterable, Union, Optional, List
COMPILED_REGEX_TYPE: Any
class RegexObject:
pattern: str = ...
flags: int = ...
def __init__(self, obj: Any) -> None: ...
def get_migration_name_timestamp() -> str: ...