MCPcopy
hub / github.com/JaveleyQAQ/WeChatOpenDevTools-Python / get_configs_path

Method get_configs_path

utils/wechatutils.py:14–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12 # self.print_process_not_found_message()
13
14 def get_configs_path(self):
15 current_path = os.path.abspath(__file__)
16 relative_path = '../configs/'
17 return os.path.join(os.path.dirname(current_path), relative_path)
18
19 def get_version_list(self):
20 configs_path = self.configs_path

Callers 3

__init__Method · 0.95
load_wechatEx_configsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected