brainspy.utils.io#
Library that handles loading and saving of data to a file. It is also used to create a new directory with a timestamp.
Functions
|
Checks if there exists a directory with - filepath+datetime_name , and if not it will create it and return this path. |
|
To create a directory with the given name and current timestamp if it does not already exist. |
|
Loads a yaml file from the given file path. |
|
Formats data from a dictionary and saves it to the given yaml file. |
Classes
|
Class to handle !include directives in config files. |