Get parser absolute folder directory path
(cls)
| 173 | |
| 174 | @classmethod |
| 175 | def get_parser_path(cls): |
| 176 | """Get parser absolute folder directory path""" |
| 177 | return os.path.join(cls._base_fp["home_path"],cls._base_fp["llmware_path_name"], cls._fp["parser_path_name"]) |
| 178 | |
| 179 | @classmethod |
| 180 | def get_query_path(cls): |
no outgoing calls
no test coverage detected