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

Method code_path

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

Source from the content-addressed store, hash-verified

44 return self.article_path() / (self.problem.title_slug() + '.md')
45
46 def code_path(self) -> Path:
47 return self.path / 'Code'

Callers 1

_create_dirsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected