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

Method options

IPython/testing/iptest.py:258–259  ·  view source on GitHub ↗
(self, parser, env=os.environ)

Source from the content-addressed store, hash-verified

256 super(ExclusionPlugin, self).__init__()
257
258 def options(self, parser, env=os.environ):
259 Plugin.options(self, parser, env)
260
261 def configure(self, options, config):
262 Plugin.configure(self, options, config)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected