Interface n.l.IClientHandle(Interface):

Part of nevow.livepage View Source View In Hierarchy

Known implementations: nevow.livepage.ClientHandle

No interface docstring
Line # Kind Name Docs
264 Method hookupOutput hook up an output conduit to this live evil instance.
268 Method send send a script through the output conduit to the browser.
274 Method handleInput route some input from the browser to the appropriate
def hookupOutput(output, finisher=None): (source)
hook up an output conduit to this live evil instance.
def send(script): (source)
send a script through the output conduit to the browser. If no output conduit is yet hooked up, buffer the script until one is.
def handleInput(identifier, *args): (source)
route some input from the browser to the appropriate destination.
API Documentation for Nevow, generated by pydoctor.