twisted.test.test_adbapi.FakePool(object) class documentationtwisted.test.test_adbapi
(View In Hierarchy)
A fake ConnectionPool
for tests.
| Instance Variable | connectionFactory | factory for making connections returned by the connectmethod. (type: any callable) | 
| Method | __init__ | Undocumented | 
| Method | connect | Return an instance of self.connectionFactory. | 
| Method | disconnect | Do nothing. |