bencher.results.composable_container.composable_container_dataframe
Classes
A base class for renderer backends. A composable renderer |
Module Contents
- class bencher.results.composable_container.composable_container_dataframe.ComposableContainerDataset
Bases:
bencher.results.composable_container.composable_container_base.ComposableContainerBaseA base class for renderer backends. A composable renderer
- var_name: str | None = None
- var_value: str | None = None
- render(**kwargs)
Return a representation of the container that can be composed with other render() results. This function can also be used to defer layout and rending options until all the information about the container content is known. You may need to override this method depending on the container. See composable_container_video as an example.
- Returns:
Visual representation of the container that can be combined with other containers
- Return type:
Any