Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __str__
Method
__str__
lib/sqlalchemy/ext/baked.py:364–365 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
362
return
q
363
364
def
__str__(self):
365
return
str(self._as_query())
366
367
def
__iter__(self):
368
return
self._iter().__iter__()
Callers
nothing calls this directly
Calls
1
_as_query
Method · 0.95
Tested by
no test coverage detected