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

Method __init__

python/python3/tornado/routing.py:412–414  ·  view source on GitHub ↗
(self, rules: Optional[_RuleList] = None)

Source from the content-addressed store, hash-verified

410 """
411
412 def __init__(self, rules: Optional[_RuleList] = None) -> None:
413 self.named_rules = {} # type: Dict[str, Any]
414 super().__init__(rules)
415
416 def process_rule(self, rule: "Rule") -> "Rule":
417 rule = super().process_rule(rule)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected