MCPcopy
hub / github.com/llmware-ai/llmware / get_parser_path

Method get_parser_path

llmware/configs.py:175–177  ·  view source on GitHub ↗

Get parser absolute folder directory path

(cls)

Source from the content-addressed store, hash-verified

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):

Callers 3

__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected