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

Method __init__

sqlparse/engine/statement_splitter.py:14–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12 """Filter that split stream at individual statements"""
13
14 def __init__(self):
15 self._reset()
16
17 def _reset(self):
18 """Set the filter attributes to its default values"""

Callers

nothing calls this directly

Calls 1

_resetMethod · 0.95

Tested by

no test coverage detected