Example #1
0
 def __init__(self):
     resource.Resource.__init__(self)
     BaseSubhandler.__init__(self)
Example #2
0
 def __init__(self):
     """
     Call ALL superclass __init__ methods.
     """
     jsonrpc.JSONRPC.__init__(self)
     BaseSubhandler.__init__(self)
Example #3
0
 def __init__(self):
     resource.Resource.__init__(self)
     BaseSubhandler.__init__(self)
Example #4
0
 def __init__(self, version=jsonrpclib.VERSION_2):
     # NetstringReciever has no __init__
     BaseSubhandler.__init__(self)
     self.version = version
Example #5
0
 def __init__(self, version=jsonrpclib.VERSION_2):
     # NetstringReciever has no __init__
     BaseSubhandler.__init__(self)
     self.version = version