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

Method process

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

Source from the content-addressed store, hash-verified

75 tidx, token = get_next_comment(idx=tidx)
76
77 def process(self, stmt):
78 [self.process(sgroup) for sgroup in stmt.get_sublists()]
79 StripCommentsFilter._process(stmt)
80 return stmt
81
82
83class StripWhitespaceFilter:

Callers

nothing calls this directly

Calls 2

get_sublistsMethod · 0.80
_processMethod · 0.45

Tested by

no test coverage detected