Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datapane/datapane
/ accept
Method
accept
python-client/src/datapane/blocks/base.py:83–85 ·
view source on GitHub ↗
(self, visitor: VV)
Source
from the content-addressed store, hash-verified
81
display(self.__str__())
82
83
def
accept(self, visitor: VV) -> VV:
84
visitor.visit(self)
85
return
visitor
86
87
def
__str__(self) -> str:
88
return
f
"<{self._tag} attribs={self._attributes}>"
Callers
5
get_dom
Method · 0.80
pprint
Method · 0.80
traverse
Method · 0.80
__call__
Method · 0.80
convert_xml
Method · 0.80
Calls
1
visit
Method · 0.45
Tested by
no test coverage detected