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

Function setup

docs/sphinxext/configtraits.py:13–16  ·  view source on GitHub ↗
(app)

Source from the content-addressed store, hash-verified

11
12
13def setup(app):
14 app.add_object_type('configtrait', 'configtrait', objname='Config option')
15 metadata = {'parallel_read_safe': True, 'parallel_write_safe': True}
16 return metadata

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected