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

Method to_dict

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

Source from the content-addressed store, hash-verified

216 self.unknown_fields = kwargs
217
218 def to_dict(self):
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 15

__repr__Method · 0.95
slack_appFunction · 0.45
test_snake_casedMethod · 0.45
test_json_formationMethod · 0.45
test_basic_jsonMethod · 0.45
test_from_stringMethod · 0.45
test_basic_jsonMethod · 0.45
test_from_stringMethod · 0.45
test_title_lengthMethod · 0.45
test_text_lengthMethod · 0.45

Calls 1

Tested by 15

test_snake_casedMethod · 0.36
test_json_formationMethod · 0.36
test_basic_jsonMethod · 0.36
test_from_stringMethod · 0.36
test_basic_jsonMethod · 0.36
test_from_stringMethod · 0.36
test_title_lengthMethod · 0.36
test_text_lengthMethod · 0.36
test_confirm_lengthMethod · 0.36