Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ is_subquery
Method
is_subquery
lib/sqlalchemy/sql/compiler.py:1879–1880 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1877
}
1878
1879
def
is_subquery(self):
1880
return
len(self.stack) > 1
1881
1882
@property
1883
def
sql_compiler(self) -> Self:
Callers
3
for_update_clause
Method · 0.80
visit_column
Method · 0.80
order_by_clause
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected