MCPcopy
hub / github.com/slackapi/python-slack-sdk / __contains__

Method __contains__

slack_sdk/web/slack_response.py:84–85  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

82 return f"{self.data}"
83
84 def __contains__(self, key: str) -> bool:
85 return self.get(key) is not None
86
87 def __getitem__(self, key):
88 """Retrieves any key from the data store.

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected