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

Method __init__

python/python3/tornado/template.py:456–458  ·  view source on GitHub ↗
(self, root_directory: str, **kwargs: Any)

Source from the content-addressed store, hash-verified

454 """A template loader that loads from a single root directory."""
455
456 def __init__(self, root_directory: str, **kwargs: Any) -> None:
457 super().__init__(**kwargs)
458 self.root = os.path.abspath(root_directory)
459
460 def resolve_path(self, name: str, parent_path: Optional[str] = None) -> str:
461 if (

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected