Undocumented
Class | TransactionalContext |
Apply Python context manager behavior to transaction objects. |
Function | _distill_cursor_params |
_distill_params without any warnings. more appropriate for "cursor" params that can include tuple arguments, lists of tuples, etc. |
Function | _distill_params |
Given arguments from the calling form *multiparams, **params, return a list of bind parameter structures, usually a list of dictionaries. |
Function | _distill_params_20 |
Undocumented |
Function | connection_memoize |
Decorator, memoize a function in a connection.info stash. |
Variable | _no_kw |
Undocumented |
Variable | _no_tuple |
Undocumented |
Given arguments from the calling form *multiparams, **params, return a list of bind parameter structures, usually a list of dictionaries.
In the case of 'raw' execution which accepts positional parameters, it may be a list of tuples or lists.