polywrap_client_config_builder.configures.base_configure module

This module contains the base configure class for the client config builder.

class polywrap_client_config_builder.configures.base_configure.BaseConfigure[source]

Bases: object

BaseConfigure is the base configure class for the client config builder.

add(config: BuilderConfig) ClientConfigBuilder[source]

Add the values from the given config to the builder’s config.

config: BuilderConfig