Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MisterBooo/LeetCodeAnimation
/ doc_path
Method
doc_path
tools/anima/model.py:43–44 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
41
return
self.path /
'Article'
42
43
def
doc_path(self) -> Path:
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_solution
Function · 0.80
Calls
2
article_path
Method · 0.95
title_slug
Method · 0.80
Tested by
no test coverage detected