Loading ccserver/handlers.py +2 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ class CCHandler(RpcHandler): logging.debug('Called %s.%s', self.__class__.__name__, name) return super(CCHandler, self).__getitem__(name) @listed def functions(self, conn): ''' Show the list of functions available to the peer. Loading @@ -88,6 +89,7 @@ class CCHandler(RpcHandler): return cmd_list @listed def version(self, conn): ''' Return the current server version. Loading Loading
ccserver/handlers.py +2 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ class CCHandler(RpcHandler): logging.debug('Called %s.%s', self.__class__.__name__, name) return super(CCHandler, self).__getitem__(name) @listed def functions(self, conn): ''' Show the list of functions available to the peer. Loading @@ -88,6 +89,7 @@ class CCHandler(RpcHandler): return cmd_list @listed def version(self, conn): ''' Return the current server version. Loading