Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ setup
Function
setup
docs/source/conf.py:318–320 ·
view source on GitHub ↗
(app)
Source
from the content-addressed store, hash-verified
316
317
318
def
setup(app):
319
dest = osp.join(HERE,
"changelog.md"
)
320
shutil.copy(osp.join(HERE,
".."
,
".."
,
"CHANGELOG.md"
), dest)
Callers
nothing calls this directly
Calls
1
copy
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…