Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ read
Method
read
tests/test_display_2.py:92–93 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
90
self.headers = {
"content-type"
:
"image/svg+xml"
}
91
92
def
read(self):
93
return
self._svg_data
94
95
if
args[0] == url:
96
return
MockResponse(svg_data)
Callers
15
execfile
Function · 0.80
execfile
Function · 0.80
update_whatsnew.py
File · 0.80
retar.py
File · 0.80
read_no_interrupt
Function · 0.80
execfile
Function · 0.80
source_to_unicode
Function · 0.80
read_py_file
Function · 0.80
read_py_url
Function · 0.80
_stdin_raw_block
Method · 0.80
page_file
Function · 0.80
find_user_code
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected