Get tmp absolute folder directory path
(cls)
| 188 | |
| 189 | @classmethod |
| 190 | def get_tmp_path(cls): |
| 191 | """Get tmp absolute folder directory path""" |
| 192 | return os.path.join(cls._base_fp["home_path"], cls._base_fp["llmware_path_name"],cls._fp["tmp_path_name"]) |
| 193 | |
| 194 | @classmethod |
| 195 | def get_path(cls, name): |
no outgoing calls
no test coverage detected