MCPcopy Create free account
hub / github.com/AmberSahdev/Open-Interface / get_settings_directory_path

Method get_settings_directory_path

app/utils/settings.py:13–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11 self.settings = self.load_settings_from_file()
12
13 def get_settings_directory_path(self):
14 return str(Path.home()) + '/.open-interface/'
15
16 def get_dict(self) -> dict[str, str]:
17 return self.settings

Callers 2

__init__Method · 0.95
get_screenshot_fileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected