Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 828 Bytes

File metadata and controls

33 lines (21 loc) · 828 Bytes

paths_manager

Contents

Paths

__init__ [#69]

Check the source code online

def __init__(self, base_dir=None, **kwargs):

 
docstring:

Parses a YAML file to get data folders paths. Stores paths to a number
    of folders used throughtout brainrender.

Other classes (e.g. brainrender.Scene) subclass Paths.

:param base_dir: str with path to directory to use to save data. If
    none the user's base directiry is used.

:param kwargs: use the name of a folder as key and a path as argument
    to specify the path of individual subfolders