MCPcopy Index your code
hub / github.com/PyMySQL/mysqlclient / help_nextset_tearDown

Method help_nextset_tearDown

tests/dbapi20.py:726–729  ·  view source on GitHub ↗

If cleaning up is needed after nextSetTest

(self, cur)

Source from the content-addressed store, hash-verified

724 # cur.execute(sql)
725
726 def help_nextset_tearDown(self, cur):
727 "If cleaning up is needed after nextSetTest"
728 raise NotImplementedError("Helper not implemented")
729 # cur.execute("drop procedure deleteme")
730
731 def test_nextset(self):
732 con = self._connect()

Callers 1

test_nextsetMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_nextsetMethod · 0.76