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

Method upload

python-client/src/datapane/view/view_blocks.py:119–126  ·  view source on GitHub ↗
(
        self,
        *args,
        **kwargs,
    )

Source from the content-addressed store, hash-verified

117 super().__init__(*arg_blocks, blocks=blocks, **kwargs)
118
119 def upload(
120 self,
121 *args,
122 **kwargs,
123 ) -> None:
124 from ..processors import upload_report
125
126 upload_report(*args, **kwargs)
127
128 def save(
129 self,

Callers 1

dp_app.pyFile · 0.80

Calls 1

upload_reportFunction · 0.85

Tested by

no test coverage detected