MCPcopy Index your code
hub / github.com/PyMySQL/PyMySQL / get_autocommit

Method get_autocommit

pymysql/connections.py:468–469  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

466 self._send_autocommit_mode()
467
468 def get_autocommit(self):
469 return bool(self.server_status & SERVER_STATUS.SERVER_STATUS_AUTOCOMMIT)
470
471 def _read_ok_packet(self):
472 pkt = self._read_packet()

Callers 2

autocommitMethod · 0.95
test_autocommitMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_autocommitMethod · 0.64