bag.interface.base

This module defines the base of all interface classes.

Module Contents

Classes

InterfaceBase

The base class of all interfaces.

class bag.interface.base.InterfaceBase[source]

The base class of all interfaces.

Provides various helper methods common to all interfaces.

render_file_template(temp_name: str, params: Dict[str, Any]) str[source]

Returns the rendered content from the given template file.