Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ __init__
Method
__init__
IPython/testing/globalipapp.py:34–38 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
32
""
"
33
34
def
__init__(self, name):
35
warnings.warn(
"StreamProxy is deprecated and unused as of IPython 5"
, DeprecationWarning,
36
stacklevel=2,
37
)
38
self.name=name
39
40
@property
41
def
stream(self):
Callers
nothing calls this directly
Calls
1
warn
Method · 0.80
Tested by
no test coverage detected