MCPcopy Create free account
hub / github.com/dcharatan/flowmap / row_gap

Function row_gap

paper/generate_splat_comparison.py:124–125  ·  view source on GitHub ↗
(height: str)

Source from the content-addressed store, hash-verified

122
123
124def row_gap(height: str):
125 div(style=f"height: {height}; grid-column: 1 / span {2 * len(METHODS) + 1}")
126
127
128def get_image(path: Path) -> Path:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected