We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b94099 commit 2347b89Copy full SHA for 2347b89
sqlalchemy-stubs/orm/__init__.pyi
@@ -76,10 +76,13 @@ lazyload: Any = ...
76
lazyload_all: Any = ...
77
subqueryload: Any = ...
78
subqueryload_all: Any = ...
79
+selectinload: Any = ...
80
+selectinload_all: Any = ...
81
immediateload: Any = ...
82
noload: Any = ...
83
raiseload: Any = ...
84
defaultload: Any = ...
85
+selectin_polymorphic: Any = ...
86
87
def eagerload(*args, **kwargs): ...
88
def eagerload_all(*args, **kwargs): ...
0 commit comments