Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ __init__
Method
__init__
IPython/testing/iptestcontroller.py:47–50 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
45
stdout = None
46
47
def
__init__(self):
48
self.cmd = []
49
self.env = {}
50
self.dirs = []
51
52
def
setUp(self):
53
""
"Create temporary directories etc.
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected