Dear list
I may need som advise to get som testing wokring.
I have a server for service a, which creates a client for service b to get
som data:
class StateHandler(object):
implements(State.Iface)
def __init__(self):
#do stuff
self.loaddata()
@inlineCallbacks
Hi,
>> Is simultaneously sub-classing Viewable and Cacheable a good idea?
I am not sure it would work, at least not as you expect.
Viewable and Cacheable both implement a different version of jellyFor
(which will decides how object is seen on the other side of the connection).
If you sub-class bot