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

Method __init__

IPython/core/tests/test_completerlib.py:25–26  ·  view source on GitHub ↗
(self, line)

Source from the content-addressed store, hash-verified

23
24class MockEvent(object):
25 def __init__(self, line):
26 self.line = line
27
28#-----------------------------------------------------------------------------
29# Test functions begin

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected