MCPcopy
hub / github.com/MisterBooo/LeetCodeAnimation / animation_path

Method animation_path

tools/anima/model.py:37–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 return self.path / s
36
37 def animation_path(self) -> Path:
38 return self.path / 'Animation'
39
40 def article_path(self) -> Path:
41 return self.path / 'Article'

Callers 1

_create_dirsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected