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

Method article_path

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

Source from the content-addressed store, hash-verified

38 return self.path / 'Animation'
39
40 def article_path(self) -> Path:
41 return self.path / 'Article'
42
43 def doc_path(self) -> Path:
44 return self.article_path() / (self.problem.title_slug() + '.md')

Callers 2

_create_dirsMethod · 0.95
doc_pathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected