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.
Definition at line 22 of file shell.py.
References edm.print().
def shell.connect | ( | connection_data = None , |
|
mode = "r" , |
|||
map_blobs = False , |
|||
secrets = None , |
|||
pooling = True |
|||
) |
Definition at line 15 of file shell.py.
References querying.connect().
Referenced by shell_tests.shell_tests.test_init_shell().