Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/andialbrecht/sqlparse
/ __str__
Method
__str__
sqlparse/sql.py:165–166 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
163
self.is_group = True
164
165
def
__str__(self):
166
return
''
.join(token.value
for
token in self.flatten())
167
168
# weird bug
169
# def __len__(self):
Callers
nothing calls this directly
Calls
1
flatten
Method · 0.95
Tested by
no test coverage detected