VariableLibrary

class backpy.core.config.VariableLibrary

Bases: object

Methods Summary

exists()

generate([regenerate])

get_config()

get_path()

get_variable(key)

set_variable(key, value)

Methods Documentation

classmethod exists()
Return type:

bool

generate(regenerate=False)
Parameters:

regenerate (bool)

Return type:

None

classmethod get_config()
Return type:

TOMLConfiguration

classmethod get_path()
Return type:

Path

classmethod get_variable(key)
Parameters:

key (str)

classmethod set_variable(key, value)
Parameters:
  • key (str)

  • value (str)

Return type:

None