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

Method requires

IPython/testing/iptest.py:163–164  ·  view source on GitHub ↗
(self, *packages)

Source from the content-addressed store, hash-verified

161 self.excludes.append(module.replace('.', os.sep))
162
163 def requires(self, *packages):
164 self.dependencies.extend(packages)
165
166 @property
167 def will_run(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected