beremiz
Clone
Summary
Browse
Changes
Graph
Fixed Win32 timer up to 1ms
2012-02-15, Edouard Tisserant
2db8b87016a0
Fixed Win32 timer up to 1ms
from pyjs.jsonrpc import JSONRPCServiceBase
class JSONRPCService(JSONRPCServiceBase):
def serve(self):
return self.process(request.body.read())
def __call__(self,func):
self.methods[func.__name__]=func
return func