MCPcopy Create free account
hub / github.com/datapane/datapane / visit

Method visit

python-client/src/datapane/view/visitors.py:71–73  ·  view source on GitHub ↗
(self, b: BaseBlock)

Source from the content-addressed store, hash-verified

69
70 @multimethod
71 def visit(self, b: BaseBlock):
72 self.merge_text()
73 self.current_state.append(copy(b))
74
75 @multimethod
76 def visit(self, b: bk.Text):

Callers 8

file.cy.jsFile · 0.45
acceptMethod · 0.45

Calls 5

merge_textMethod · 0.95
fresh_stateMethod · 0.95
DPClientErrorClass · 0.90
traverseMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected