Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/slackapi/python-slack-sdk
/ connect
Method
connect
integration_tests/rtm/test_issue_631.py:91–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
raise
e
90
91
def
connect():
92
self.logger.debug(
"Starting RTM Client..."
)
93
self.rtm_client.start()
94
95
t = threading.Thread(target=connect)
96
t.daemon = True
Callers
nothing calls this directly
Calls
2
debug
Method · 0.45
start
Method · 0.45
Tested by
no test coverage detected