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

Function _is_iterable

slack_sdk/scim/v1/internal_utils.py:18–19  ·  view source on GitHub ↗
(obj: Union[Optional[Any], DefaultArg])

Source from the content-addressed store, hash-verified

16
17
18def _is_iterable(obj: Union[Optional[Any], DefaultArg]) -> bool:
19 return obj is not None and obj is not NotGiven
20
21
22def _to_dict_without_not_given(obj: Any) -> dict:

Callers 2

__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected