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