Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ autoplay_attr
Method
autoplay_attr
IPython/lib/display.py:233–237 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
231
return
""
232
233
def
autoplay_attr(self):
234
if
(self.autoplay):
235
return
'autoplay="autoplay"'
236
else
:
237
return
''
238
239
def
element_id_attr(self):
240
if
(self.element_id):
Callers
1
_repr_html_
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected