mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-12 15:01:55 +08:00
9 lines
235 B
Python
9 lines
235 B
Python
from django.utils.functional import SimpleLazyObject
|
|
|
|
|
|
def get_migration_name_timestamp() -> str: ...
|
|
|
|
|
|
class RegexObject:
|
|
def __eq__(self, other: RegexObject) -> bool: ...
|
|
def __init__(self, obj: SimpleLazyObject) -> None: ... |