Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ __str__
Method
__str__
IPython/core/macro.py:38–39 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
36
self.value = code +
'\n'
37
38
def
__str__(self):
39
return
self.value
40
41
def
__repr__(self):
42
return
'IPython.macro.Macro(%s)'
% repr(self.value)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected