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

Method __init__

IPython/testing/iptest.py:151–156  ·  view source on GitHub ↗
(self, name, includes)

Source from the content-addressed store, hash-verified

149
150class TestSection(object):
151 def __init__(self, name, includes):
152 self.name = name
153 self.includes = includes
154 self.excludes = []
155 self.dependencies = []
156 self.enabled = True
157
158 def exclude(self, module):
159 if not module.startswith('IPython'):

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected