Classes#
- class soakdb3_api.datafaces.context.Context(specification)[source]#
Client context for a dataface object. On entering, it creates the object according to the specification (a dict). On exiting, it closes client connection.
The aenter and aexit methods are exposed for use by an enclosing context and the base class.