MCPcopy Create free account
hub / github.com/MisterBooo/LeetCodeAnimation / _path_to

Method _path_to

tools/anima/model.py:34–35  ·  view source on GitHub ↗
(self, s: str)

Source from the content-addressed store, hash-verified

32 (self.animation_path() / 'Animation.gif').touch()
33
34 def _path_to(self, s: str) -> Path:
35 return self.path / s
36
37 def animation_path(self) -> Path:
38 return self.path / 'Animation'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected