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

Method __repr__

slack_sdk/scim/v1/user.py:221–222  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

219 return _to_dict_without_not_given(self)
220
221 def __repr__(self):
222 return f"<slack_sdk.scim.{self.__class__.__name__}: {self.to_dict()}>"

Callers

nothing calls this directly

Calls 1

to_dictMethod · 0.95

Tested by

no test coverage detected