circuits.web.dispatchers.jsonrpc – JSON-RPC

JSON RPC

This module implements a JSON RPC dispatcher that translates incoming RPC calls over JSON into RPC events.

Events

class circuits.web.dispatchers.jsonrpc.RPC(*args, **kwargs)

RPC Event

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Components

class circuits.web.dispatchers.jsonrpc.JSONRPC(path=None, target='*', encoding='utf-8')

Functions

none