def Connect(*args, **kwargs): """ Connect to the database; see connections.Connection.__init__() for more information. """ return Connection(*args, **kwargs)
def connect(self, *args, **kwargs): return Connection(*args, **kwargs)