We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e3def commit eaa8cbfCopy full SHA for eaa8cbf
twilio/values.py
@@ -8,4 +8,5 @@ def of(d):
8
9
:param dict d: A dict to strip.
10
:return dict: A dict with unset values removed.
11
+ """
12
return {k: v for k, v in iteritems(d) if v != unset}
0 commit comments