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

Method get_tmp_path

llmware/configs.py:190–192  ·  view source on GitHub ↗

Get tmp absolute folder directory path

(cls)

Source from the content-addressed store, hash-verified

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

Callers 9

multistep_analysisFunction · 0.80
multistep_analysisFunction · 0.80
extract_pdf_tablesFunction · 0.80
text_to_image_genMethod · 0.80
inferenceMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
core_library_functionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected