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

Method exclude

IPython/testing/iptest.py:158–161  ·  view source on GitHub ↗
(self, module)

Source from the content-addressed store, hash-verified

156 self.enabled = True
157
158 def exclude(self, module):
159 if not module.startswith('IPython'):
160 module = self.includes[0] + "." + module
161 self.excludes.append(module.replace('.', os.sep))
162
163 def requires(self, *packages):
164 self.dependencies.extend(packages)

Callers 1

iptest.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected