Coverage for ion/services/coi/attributestore : 100.00%
Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
|
#!/usr/bin/env python
@file ion/services/coi/attributestore.py @author Michael Meisinger @author David Stuebe @author Matt Rodriguez @brief service for storing and retrieving key/value pairs. """
""" Service to store and retrieve key/value pairs. The Implementation is in ion.data.backends.store_service """ # Declaration of service version='0.1.0', dependencies=[])
# Service class initializer. Basic config, but no yields allowed.
""" Class for the client accessing the attribute store via Exchange The Implementation is in ion.data.backends.store_service The client provides the IStore interface """
# Spawn of the process using the module name |