bencher.results.composable_container.composable_container_dataframe =================================================================== .. py:module:: bencher.results.composable_container.composable_container_dataframe Classes ------- .. autoapisummary:: bencher.results.composable_container.composable_container_dataframe.ComposableContainerDataset Module Contents --------------- .. py:class:: ComposableContainerDataset Bases: :py:obj:`bencher.results.composable_container.composable_container_base.ComposableContainerBase` A base class for renderer backends. A composable renderer .. py:attribute:: var_name :type: str | None :value: None .. py:attribute:: var_value :type: str | None :value: None .. py:method:: 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 :rtype: Any