Home
last modified time | relevance | path

Searched refs:db_connection (Results 1 – 6 of 6) sorted by relevance

/external/autotest/scheduler/
Dscheduler_lib.py70 self.db_connection = None
94 if self.db_connection is None:
95 self.db_connection = self.open_connection()
96 return self.db_connection
102 self.db_connection.disconnect()
Dscheduler_lib_unittest.py66 self.assertTrue(connection_manager.db_connection ==
91 self.assertTrue(connection_manager.db_connection is None)
Drdb_testing_utils.py314 _db_manager.db_connection = (
/external/autotest/frontend/afe/
Drpc_interface.py40 from django.db import connection as db_connection unknown
1600 db_connection.cursor()
/external/python/cpython2/Doc/whatsnew/
D2.5.rst686 db_connection = DatabaseConnection()
687 with db_connection as cursor:
D2.6.rst371 db_connection = DatabaseConnection()
372 with db_connection as cursor: