MCPcopy
hub / github.com/wechaty/python-wechaty / get

Method get

src/wechaty/user/tag.py:59–64  ·  view source on GitHub ↗

get tag objecr

(cls, tag_id: str)

Source from the content-addressed store, hash-verified

57
58 @classmethod
59 def get(cls, tag_id: str) -> Tag:
60 """
61 get tag objecr
62 """
63 log.info('load tag object %s', tag_id)
64 return cls.load(tag_id)
65
66 async def delete(self, target: Union[Contact, Favorite]) -> None:
67 """

Callers 13

cache_dirMethod · 0.80
ui_dirMethod · 0.80
get_fake_messageMethod · 0.80
get_fake_roomMethod · 0.80
get_fake_contactMethod · 0.80
change_statusMethod · 0.80
get_plugin_settingMethod · 0.80
update_plugin_settingMethod · 0.80
createMethod · 0.80
loadMethod · 0.80
test_simple_initMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by 2

test_simple_initMethod · 0.64
test_sub_settingMethod · 0.64