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

Method __init__

IPython/core/tests/test_formatters.py:479–481  ·  view source on GitHub ↗
(self, include=None, exclude=None)

Source from the content-addressed store, hash-verified

477 class Tester(object):
478
479 def __init__(self, include=None, exclude=None):
480 self.include = include
481 self.exclude = exclude
482
483 def _repr_mimebundle_(self, include, exclude, **kwargs):
484 if include and (include != self.include):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected