Functions | |
def | close_connections (verbose=True) |
def | connect (connection_data=None, mode="r", map_blobs=False, secrets=None, pooling=True) |
Contains classes for shell part of framework - basically a collection of classes that are designed to be invoked on the command line.
def shell.close_connections | ( | verbose = True | ) |
Definition at line 20 of file shell.py.
References print().
def shell.connect | ( | connection_data = None , |
|
mode = "r" , |
|||
map_blobs = False , |
|||
secrets = None , |
|||
pooling = True |
|||
) |
Definition at line 13 of file shell.py.
References querying.connect().
Referenced by shell_tests.shell_tests.test_init_shell().