class documentation

class ConnectionHandler(BaseConnectionHandler):

View In Hierarchy

Undocumented

Method close​_all Undocumented
Method configure​_settings Undocumented
Method create​_connection Undocumented
Method ensure​_defaults Put the defaults into the settings dictionary for a given connection where no settings is provided.
Method prepare​_test​_settings Make sure the test settings are available in the 'TEST' sub-dictionary.
Class Variable settings​_name Undocumented
Class Variable thread​_critical Undocumented
Property databases Undocumented

Inherited from BaseConnectionHandler:

Method __delitem__ Undocumented
Method __getitem__ Undocumented
Method __init__ Undocumented
Method __iter__ Undocumented
Method __setitem__ Undocumented
Method all Undocumented
Instance Variable ​_connections Undocumented
Instance Variable ​_settings Undocumented
Property settings Undocumented
def close_all(self):

Undocumented

def configure_settings(self, databases):
def create_connection(self, alias):
def ensure_defaults(self, alias):
Put the defaults into the settings dictionary for a given connection where no settings is provided.
def prepare_test_settings(self, alias):
Make sure the test settings are available in the 'TEST' sub-dictionary.
settings_name: str =
thread_critical: bool =
@property
databases =

Undocumented