MCPcopy Index your code
hub / github.com/davispuh/MySQL-for-Python-3 / help_nextset_tearDown

Method help_nextset_tearDown

tests/dbapi20.py:719–722  ·  view source on GitHub ↗

If cleaning up is needed after nextSetTest

(self,cur)

Source from the content-addressed store, hash-verified

717 #cur.execute(sql)
718
719 def help_nextset_tearDown(self,cur):
720 'If cleaning up is needed after nextSetTest'
721 raise NotImplementedError('Helper not implemented')
722 #cur.execute("drop procedure deleteme")
723
724 def test_nextset(self):
725 con = self._connect()

Callers 1

test_nextsetMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_nextsetMethod · 0.76