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

Method resolve_path

python/python3/tornado/template.py:437–439  ·  view source on GitHub ↗

Converts a possibly-relative path to absolute (used internally).

(self, name: str, parent_path: Optional[str] = None)

Source from the content-addressed store, hash-verified

435 self.templates = {}
436
437 def resolve_path(self, name: str, parent_path: Optional[str] = None) -> str:
438 """Converts a possibly-relative path to absolute (used internally)."""
439 raise NotImplementedError()
440
441 def load(self, name: str, parent_path: Optional[str] = None) -> Template:
442 """Loads a template."""

Callers 1

loadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected