Public Member Functions | Properties | Static Private Attributes
tornado.gen.Arguments Class Reference

List of all members.

Public Member Functions

def __new__

Properties

 args = property(operator.itemgetter(0))
 kwargs = property(operator.itemgetter(1))

Static Private Attributes

tuple __slots__ = ()

Detailed Description

The result of a yield expression whose callback had more than one
argument (or keyword arguments).

The `Arguments` object can be used as a tuple ``(args, kwargs)``
or an object with attributes ``args`` and ``kwargs``.

Definition at line 396 of file gen.py.


Member Function Documentation

def tornado.gen.Arguments.__new__ (   cls,
  args,
  kwargs 
)

Definition at line 405 of file gen.py.


Member Data Documentation

tuple tornado::gen.Arguments::__slots__ = () [static, private]

Definition at line 403 of file gen.py.


Property Documentation

tornado::gen.Arguments::args = property(operator.itemgetter(0)) [static]

Definition at line 408 of file gen.py.

tornado::gen.Arguments::kwargs = property(operator.itemgetter(1)) [static]

Definition at line 409 of file gen.py.


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


rosbridge_server
Author(s): Jonathan Mace
autogenerated on Mon Oct 6 2014 06:58:14