Home
last modified time | relevance | path

Searched refs:db_connection (Results 1 – 8 of 8) 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.py43 from django.db import connection as db_connection unknown
1762 db_connection.cursor()
2246 with contextlib.closing(db_connection.cursor()) as 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:
/external/python/cpython3/Doc/whatsnew/
D2.5.rst687 db_connection = DatabaseConnection()
688 with db_connection as cursor:
D2.6.rst375 db_connection = DatabaseConnection()
376 with db_connection as cursor: