MCPcopy 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

execfileFunction · 0.80
execfileFunction · 0.80
update_whatsnew.pyFile · 0.80
retar.pyFile · 0.80
read_no_interruptFunction · 0.80
execfileFunction · 0.80
source_to_unicodeFunction · 0.80
read_py_fileFunction · 0.80
read_py_urlFunction · 0.80
_stdin_raw_blockMethod · 0.80
page_fileFunction · 0.80
find_user_codeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected