Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_app
Function · 0.45
test_snake_cased
Method · 0.45
test_installation_custom_fields
Method · 0.45
test_json_formation
Method · 0.45
test_to_dict_performs_validation
Method · 0.45
test_basic_json
Method · 0.45
test_from_string
Method · 0.45
test_basic_json
Method · 0.45
test_from_string
Method · 0.45
test_title_length
Method · 0.45
test_text_length
Method · 0.45
Calls
1
_to_dict_without_not_given
Function · 0.85
Tested by
15
test_snake_cased
Method · 0.36
test_installation_custom_fields
Method · 0.36
test_json_formation
Method · 0.36
test_to_dict_performs_validation
Method · 0.36
test_basic_json
Method · 0.36
test_from_string
Method · 0.36
test_basic_json
Method · 0.36
test_from_string
Method · 0.36
test_title_length
Method · 0.36
test_text_length
Method · 0.36
test_text_length_with_object
Method · 0.36
test_confirm_length
Method · 0.36