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

Method sync

src/wechaty/user/contact.py:603–607  ·  view source on GitHub ↗

sync the contact info, this method will be deprecated in future, so we suggest use `ready()` instead

(self)

Source from the content-addressed store, hash-verified

601 return tags
602
603 async def sync(self) -> None:
604 """sync the contact info, this method will be deprecated in future,
605 so we suggest use `ready()` instead
606 """
607 await self.ready()
608
609 def is_self(self) -> bool:
610 """

Callers

nothing calls this directly

Calls 1

readyMethod · 0.95

Tested by

no test coverage detected