Public Member Functions
tornado.test.web_test.DecodeArgHandler Class Reference
Inheritance diagram for tornado.test.web_test.DecodeArgHandler:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def decode_argument
def get

Detailed Description

Definition at line 344 of file web_test.py.


Member Function Documentation

def tornado.test.web_test.DecodeArgHandler.decode_argument (   self,
  value,
  name = None 
)
Decodes an argument from the request.

The argument has been percent-decoded and is now a byte string.
By default, this method decodes the argument as utf-8 and returns
a unicode string, but this may be overridden in subclasses.

This method is used as a filter for both get_argument() and for
values extracted from the url and passed to get()/post()/etc.

The name of the argument is provided if known, but may be None
(e.g. for unnamed groups in the url regex).

Reimplemented from tornado::web::RequestHandler.

Definition at line 345 of file web_test.py.

def tornado.test.web_test.DecodeArgHandler.get (   self,
  arg 
)

Definition at line 353 of file web_test.py.


The documentation for this class was generated from the following file:


rosbridge_server
Author(s): Jonathan Mace
autogenerated on Thu Jan 2 2014 11:53:55