Public Member Functions | |
def | __new__ |
Properties | |
args = property(operator.itemgetter(0)) | |
kwargs = property(operator.itemgetter(1)) | |
Static Private Attributes | |
tuple | __slots__ = () |
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``.
def tornado.gen.Arguments.__new__ | ( | cls, | |
args, | |||
kwargs | |||
) |
tuple tornado::gen.Arguments::__slots__ = () [static, private] |
tornado::gen.Arguments::args = property(operator.itemgetter(0)) [static] |
tornado::gen.Arguments::kwargs = property(operator.itemgetter(1)) [static] |