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

Method get_body_argument

tornado/web.py:494–495  ·  view source on GitHub ↗
(self, name: str, default: str, strip: bool = True)

Source from the content-addressed store, hash-verified

492
493 @overload
494 def get_body_argument(self, name: str, default: str, strip: bool = True) -> str:
495 pass
496
497 @overload
498 def get_body_argument( # noqa: F811

Callers

nothing calls this directly

Calls 1

_get_argumentMethod · 0.95

Tested by

no test coverage detected