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

Method schedule

wxbot.py:429–436  ·  view source on GitHub ↗

The function to do schedule works. This function will be called a lot of times. Please override this if needed. :return: None

(self)

Source from the content-addressed store, hash-verified

427 self.handle_msg_all(message)
428
429 def schedule(self):
430 """
431 The function to do schedule works.
432 This function will be called a lot of times.
433 Please override this if needed.
434 :return: None
435 """
436 pass
437
438 def proc_msg(self):
439 self.test_sync_check()

Callers 1

proc_msgMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected