Beispiel #1
0
 def manager(self):
     return Manager(storage=MemoryDict(), namespace=['a', 'b'])
Beispiel #2
0
 def manager(self):
     return Manager(storage=MemoryDict())
Beispiel #3
0
 def manager(self):
     return Manager(MemoryDict())
Beispiel #4
0
class manager(object):
    storage_engine = MemoryDict()
    autocreate = False
    inputs = []
    default = None
 def gutter(self):
     return get_gutter_client(
         alias=None, storage=MemoryDict(encoding=JsonPickleEncoding))
Beispiel #6
0
 def new_dict(self, *args, **kwargs):
     return MemoryDict(*args, **kwargs)