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

Method groups

slack_sdk/scim/v1/response.py:180–181  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

178
179 @property
180 def groups(self) -> List[Group]:
181 return [Group(**r) for r in self.snake_cased_body.get("resources")]
182
183 def __init__(self, underlying: SCIMResponse):
184 self.underlying = underlying

Callers

nothing calls this directly

Calls 2

GroupClass · 0.90
getMethod · 0.45

Tested by

no test coverage detected