MCPcopy 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

wrapped_fFunction · 0.80
_process_defaultMethod · 0.80
_process_defaultMethod · 0.80
processMethod · 0.80
processMethod · 0.80
processMethod · 0.80

Calls

no outgoing calls

Tested by 1