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

Function gen_view_simple

python-client/tests/client/views/test_views.py:60–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58################################################################################
59# Generators
60def gen_view_simple() -> dp.Blocks:
61 return dp.Blocks(
62 blocks=[
63 md_block_id,
64 str_md_block,
65 ]
66 )
67
68
69def gen_view_complex_no_files() -> dp.Blocks:

Callers 2

test_gen_view_simpleFunction · 0.85
test_save_report_simpleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected