Class Environment All
Module about passing folder names
EnvAll
EnvAll(**kwargs)
Source code in fenv\env_all.py
10 11 12 |
|
create_lib_default_env
create_lib_default_env()
It's a function that creates the env.
Return
str : env name
Source code in fenv\env_all.py
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
|
get_env_name
get_env_name()
It's a function that checks if the environment directory exists.
Return
[] : empyt list
Source code in fenv\env_all.py
14 15 16 17 18 19 20 21 22 23 24 |
|
get_lib_default_env
get_lib_default_env()
It reads a config file, gets a string, splits it into a list, and returns the list
Return
data_list : list
Source code in fenv\env_all.py
60 61 62 63 64 65 66 67 68 69 70 71 |
|
get_path_lib_all
get_path_lib_all()
It's a function that checks if the environment directory exists.
Return
path_lib_all : str
Source code in fenv\env_all.py
73 74 75 76 77 78 79 80 81 82 83 84 |
|
get_root_dir_name
get_root_dir_name()
It's a function that checks if the root directory exists.
Return
str : root directory
Source code in fenv\env_all.py
26 27 28 29 30 31 32 |
|