MCPcopy Create free account
hub / github.com/ipython/ipython / read

Method read

IPython/core/tests/test_display.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
setupegg.pyFile · 0.80
post_downloadFunction · 0.80
execfileFunction · 0.80
update_whatsnew.pyFile · 0.80
mainFunction · 0.80
retar.pyFile · 0.80
backport_prFunction · 0.80
read_no_interruptFunction · 0.80
execfileFunction · 0.80
_inner_call_Method · 0.80
_num_cpus_darwinFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected