MCPcopy
hub / github.com/liuwons/wxBot / is_public

Method is_public

wxbot.py:210–214  ·  view source on GitHub ↗
(self, uid)

Source from the content-addressed store, hash-verified

208 return False
209
210 def is_public(self, uid):
211 for account in self.public_list:
212 if uid == account['UserName']:
213 return True
214 return False
215
216 def is_special(self, uid):
217 for account in self.special_list:

Callers 1

handle_msgMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected