Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ MockEvent
Class
MockEvent
IPython/core/tests/test_completerlib.py:24–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
23
24
class
MockEvent(object):
25
def
__init__(self, line):
26
self.line = line
27
28
#-----------------------------------------------------------------------------
29
# Test functions begin
Callers
8
test_1
Method · 0.85
test_2
Method · 0.85
test_3
Method · 0.85
test_completion_more_args
Method · 0.85
test_completion_in_dir
Method · 0.85
test_1
Method · 0.85
test_2
Method · 0.85
test_3
Method · 0.85
Calls
no outgoing calls
Tested by
8
test_1
Method · 0.68
test_2
Method · 0.68
test_3
Method · 0.68
test_completion_more_args
Method · 0.68
test_completion_in_dir
Method · 0.68
test_1
Method · 0.68
test_2
Method · 0.68
test_3
Method · 0.68