MCPcopy Index your code
hub / github.com/andialbrecht/sqlparse / process

Method process

sqlparse/filters/others.py:151–154  ·  view source on GitHub ↗
(self, stmt)

Source from the content-addressed store, hash-verified

149 tidx, token = tlist.token_next_by(t=ttypes, idx=tidx)
150
151 def process(self, stmt):
152 [self.process(sgroup) for sgroup in stmt.get_sublists()]
153 SpacesAroundOperatorsFilter._process(stmt)
154 return stmt
155
156
157class StripTrailingSemicolonFilter:

Callers

nothing calls this directly

Calls 2

get_sublistsMethod · 0.80
_processMethod · 0.45

Tested by

no test coverage detected