MCPcopy Create free account
hub / github.com/EasyIME/PIME / __init__

Method __init__

python/python3/tornado/web.py:2453–2455  ·  view source on GitHub ↗
(self, arg_name: str)

Source from the content-addressed store, hash-verified

2451 """
2452
2453 def __init__(self, arg_name: str) -> None:
2454 super().__init__(400, "Missing argument %s" % arg_name)
2455 self.arg_name = arg_name
2456
2457
2458class ErrorHandler(RequestHandler):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected