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

Method __init__

python/python3/tornado/httputil.py:106–107  ·  view source on GitHub ↗
(self, __arg: Mapping[str, List[str]])

Source from the content-addressed store, hash-verified

104
105 @typing.overload
106 def __init__(self, __arg: Mapping[str, List[str]]) -> None:
107 pass
108
109 @typing.overload # noqa: F811
110 def __init__(self, __arg: Mapping[str, str]) -> None:

Callers

nothing calls this directly

Calls 3

addMethod · 0.95
get_allMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected