mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-09-17 09:13:16 +08:00
initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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: ...
|
||||
Reference in New Issue
Block a user