Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datapane/datapane
/ visit
Method
visit
python-client/src/datapane/view/visitors.py:38–39 ·
view source on GitHub ↗
(self, b: BaseBlock)
Source
from the content-addressed store, hash-verified
36
37
@multimethod
38
def
visit(self, b: BaseBlock):
39
print(
"|"
,
"-"
* self.indent, str(b), sep=
""
)
40
41
@multimethod
42
def
visit(self, b: ContainerBlock):
Callers
nothing calls this directly
Calls
1
traverse
Method · 0.80
Tested by
no test coverage detected