MCPcopy
hub / github.com/tornadoweb/tornado / get_argument

Method get_argument

tornado/web.py:445–446  ·  tornado/web.py::RequestHandler.get_argument
(self, name: str, default: str, strip: bool = True)

Source from the content-addressed store, hash-verified

443
444 @overload
445 def get_argument(self, name: str, default: str, strip: bool = True) -> str:
446 pass
447
448 @overload
449 def get_argument( class="cm"># noqa: F811

Callers 15

check_xsrf_cookieMethod · 0.95
get_ax_argMethod · 0.80
getMethod · 0.80
postMethod · 0.80
getMethod · 0.80
getMethod · 0.80
getMethod · 0.80
getMethod · 0.80
getMethod · 0.80

Calls 1

_get_argumentMethod · 0.95

Tested by 15

getMethod · 0.64
postMethod · 0.64
getMethod · 0.64
getMethod · 0.64
getMethod · 0.64
getMethod · 0.64
getMethod · 0.64
getMethod · 0.64
getMethod · 0.64
getMethod · 0.64
getMethod · 0.64