mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 10:52:31 +08:00
Add __all__ part 2 (#13719)
--------- Co-authored-by: Avasam <samuel.06@hotmail.com>
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
# TODO: missing from stub
|
||||
peewee.__all__
|
||||
|
||||
# Stubtest doesn't recognize __ as indicating positional-only arg at runtime
|
||||
# https://github.com/python/mypy/issues/15302
|
||||
peewee.Model.insert
|
||||
|
||||
@@ -1845,3 +1845,81 @@ class PrefetchQuery:
|
||||
def store_instance(self, instance, id_map) -> None: ...
|
||||
|
||||
def prefetch(sq, *subqueries): ...
|
||||
|
||||
__all__ = [
|
||||
"AnyField",
|
||||
"AsIs",
|
||||
"AutoField",
|
||||
"BareField",
|
||||
"BigAutoField",
|
||||
"BigBitField",
|
||||
"BigIntegerField",
|
||||
"BinaryUUIDField",
|
||||
"BitField",
|
||||
"BlobField",
|
||||
"BooleanField",
|
||||
"Case",
|
||||
"Cast",
|
||||
"CharField",
|
||||
"Check",
|
||||
"chunked",
|
||||
"Column",
|
||||
"CompositeKey",
|
||||
"Context",
|
||||
"Database",
|
||||
"DatabaseError",
|
||||
"DatabaseProxy",
|
||||
"DataError",
|
||||
"DateField",
|
||||
"DateTimeField",
|
||||
"DecimalField",
|
||||
"DeferredForeignKey",
|
||||
"DeferredThroughModel",
|
||||
"DJANGO_MAP",
|
||||
"DoesNotExist",
|
||||
"DoubleField",
|
||||
"DQ",
|
||||
"EXCLUDED",
|
||||
"Field",
|
||||
"FixedCharField",
|
||||
"FloatField",
|
||||
"fn",
|
||||
"ForeignKeyField",
|
||||
"IdentityField",
|
||||
"ImproperlyConfigured",
|
||||
"Index",
|
||||
"IntegerField",
|
||||
"IntegrityError",
|
||||
"InterfaceError",
|
||||
"InternalError",
|
||||
"IPField",
|
||||
"JOIN",
|
||||
"ManyToManyField",
|
||||
"Model",
|
||||
"ModelIndex",
|
||||
"MySQLDatabase",
|
||||
"NotSupportedError",
|
||||
"OP",
|
||||
"OperationalError",
|
||||
"PostgresqlDatabase",
|
||||
"PrimaryKeyField",
|
||||
"prefetch",
|
||||
"PREFETCH_TYPE",
|
||||
"ProgrammingError",
|
||||
"Proxy",
|
||||
"QualifiedNames",
|
||||
"SchemaManager",
|
||||
"SmallIntegerField",
|
||||
"Select",
|
||||
"SQL",
|
||||
"SqliteDatabase",
|
||||
"Table",
|
||||
"TextField",
|
||||
"TimeField",
|
||||
"TimestampField",
|
||||
"Tuple",
|
||||
"UUIDField",
|
||||
"Value",
|
||||
"ValuesList",
|
||||
"Window",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user