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

Method configure

IPython/testing/iptest.py:348–352  ·  view source on GitHub ↗
(self, options, config)

Source from the content-addressed store, hash-verified

346 return sys.__stdout__.fileno()
347
348 def configure(self, options, config):
349 Plugin.configure(self, options, config)
350 # Override nose trying to disable plugin.
351 if self.destination == 'capture':
352 self.enabled = True
353
354 def startTest(self, test):
355 # Reset log capture

Callers

nothing calls this directly

Calls 1

configureMethod · 0.45

Tested by

no test coverage detected