Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ data
Method
data
IPython/core/display.py:767–768 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
765
766
@property
767
def
data(self):
768
return
self._data
769
770
@data.setter
771
def
data(self, svg):
Callers
nothing calls this directly
Calls
1
cast_unicode
Function · 0.90
Tested by
no test coverage detected