Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/andialbrecht/sqlparse
/ get_sublists
Method
get_sublists
sqlparse/sql.py:218–221 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
216
yield
token
217
218
def
get_sublists(self):
219
for
token in self.tokens:
220
if
token.is_group:
221
yield
token
222
223
@property
224
def
_groupable_tokens(self):
Callers
7
test_typed_array_definition
Function · 0.80
wrapped_f
Function · 0.80
_process_default
Method · 0.80
_process_default
Method · 0.80
process
Method · 0.80
process
Method · 0.80
process
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_typed_array_definition
Function · 0.64