MCPcopy Index your code
hub / github.com/slackapi/python-slack-sdk / connect

Method connect

integration_tests/rtm/test_issue_569.py:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 self.call_count += 1
82
83 def connect():
84 self.logger.debug("Starting RTM Client...")
85 self.rtm_client.start()
86
87 rtm = threading.Thread(target=connect)
88 rtm.daemon = True

Callers

nothing calls this directly

Calls 2

debugMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected