MCPcopy Create free account
hub / github.com/ipython/traitlets / setup

Function setup

traitlets/config/sphinxdoc.py:46–53  ·  view source on GitHub ↗

Registers the Sphinx extension. You shouldn't need to call this directly; configure Sphinx to use this module instead.

(app: t.Any)

Source from the content-addressed store, hash-verified

44
45
46def setup(app: t.Any) -> dict[str, t.Any]:
47 """Registers the Sphinx extension.
48
49 You shouldn't need to call this directly; configure Sphinx to use this
50 module instead.
51 """
52 app.add_object_type("configtrait", "configtrait", objname="Config option")
53 return {"parallel_read_safe": True, "parallel_write_safe": True}
54
55
56def interesting_default_value(dv: t.Any) -> bool:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…