Home | History | Annotate | Download | only in webapp2

Lines Matching defs:arguments

127     #: The matched route positional arguments.
129 #: The matched route keyword arguments.
192 """Returns a list of query or POST arguments with the given name.
223 def arguments(self):
224 """Returns a list of the arguments provided in the query and/or POST.
305 _name is the header field to add. keyword arguments can be used to set
521 doesn't take any arguments. Consider them as required.
594 Positional arguments to be passed to the exception class.
596 Keyword arguments to be passed to the exception class.
604 The arguments are described in :func:`redirect`.
614 The arguments are described in :func:`redirect` and :func:`uri_for`.
664 Two keyword arguments can be passed through the URI route:
667 is called passing ``(handler, *args, **kwargs)`` as arguments.
788 Tuple of positional arguments to build the URI.
790 Dictionary of keyword arguments to build the URI.
1011 keywords to be used as URI query arguments.
1224 Tuple of positional arguments to build the URI. All positional
1226 to the format set in the route. Extra arguments are ignored.
1228 Dictionary of keyword arguments to build the URI. All variables
1640 Positional arguments to be passed to ``Request.blank()``.
1642 Keyword arguments to be passed to ``Request.blank()``.
1804 Positional arguments to build the URI.
1806 Keyword arguments to build the URI.
1810 The other arguments are described in :func:`redirect`.
1823 Positional arguments to instantiate the exception.
1825 Keyword arguments to instantiate the exception.
1862 sort query arguments.