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

Method __init__

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

Source from the content-addressed store, hash-verified

4
5class WechatUtils:
6 def __init__(self):
7 self.configs_path = self.get_configs_path()
8 self.version_list = self.get_version_list()
9
10 # self.pid , self.version = self.get_wechat_pid_and_version()
11 # if self.pid is None and self.version is None:
12 # self.print_process_not_found_message()
13
14 def get_configs_path(self):
15 current_path = os.path.abspath(__file__)

Callers

nothing calls this directly

Calls 2

get_configs_pathMethod · 0.95
get_version_listMethod · 0.95

Tested by

no test coverage detected