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

Method __init__

python/python3/tornado/web.py:1933–1938  ·  view source on GitHub ↗
(
        self, application: "Application", rules: Optional[_RuleList] = None
    )

Source from the content-addressed store, hash-verified

1931 """
1932
1933 def __init__(
1934 self, application: "Application", rules: Optional[_RuleList] = None
1935 ) -> None:
1936 assert isinstance(application, Application)
1937 self.application = application
1938 super().__init__(rules)
1939
1940 def process_rule(self, rule: Rule) -> Rule:
1941 rule = super().process_rule(rule)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected