MCPcopy
hub / github.com/andialbrecht/sqlparse / process

Method process

sqlparse/filters/others.py:171–173  ·  view source on GitHub ↗
(stmt)

Source from the content-addressed store, hash-verified

169class SerializerUnicode:
170 @staticmethod
171 def process(stmt):
172 lines = split_unquoted_newlines(stmt)
173 return '\n'.join(line.rstrip() for line in lines)

Callers

nothing calls this directly

Calls 1

split_unquoted_newlinesFunction · 0.90

Tested by

no test coverage detected