MCPcopy
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_clauseMethod · 0.80
visit_columnMethod · 0.80
order_by_clauseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected