Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datapane/datapane
/ __str__
Method
__str__
python-client/src/datapane/blocks/base.py:87–88 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
85
return
visitor
86
87
def
__str__(self) -> str:
88
return
f
"<{self._tag} attribs={self._attributes}>"
89
90
def
__copy__(self) -> Self:
91
""
"custom copy that deep copies attributes"
""
Callers
1
_ipython_display_
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected