MCPcopy Create free account
hub / github.com/slackapi/python-slack-sdk / start

Method start

slack_sdk/socket_mode/interval_runner.py:22–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20 self.event.wait(self.interval_seconds)
21
22 def start(self) -> "IntervalRunner":
23 self.thread.start()
24 return self
25
26 def is_alive(self) -> bool:
27 return self.thread is not None and self.thread.is_alive()

Callers 4

__init__Method · 0.45
connectMethod · 0.45
__init__Method · 0.45
connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected