Configuration

class hcipy.config.Configuration

Bases: object

A configuration object that describes the current configuration status of the package.

Methods Summary

get_config_path(self)

Get the current path of the configuration file.

reset(self)

Read the configuration file from the configuration directory.

Methods Documentation

get_config_path(self)

Get the current path of the configuration file.

If no configuration file is present, a new one will be made, and its path will be returned.

Returns
string

The configuration directory.

reset(self)

Read the configuration file from the configuration directory.