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

Method __init__

python/python3/tornado/template.py:484–486  ·  view source on GitHub ↗
(self, dict: Dict[str, str], **kwargs: Any)

Source from the content-addressed store, hash-verified

482 """A template loader that loads from a dictionary."""
483
484 def __init__(self, dict: Dict[str, str], **kwargs: Any) -> None:
485 super().__init__(**kwargs)
486 self.dict = dict
487
488 def resolve_path(self, name: str, parent_path: Optional[str] = None) -> str:
489 if (

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected