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 3d23b11 commit 9741601Copy full SHA for 9741601
boxsdk/object/api_json_object.py
@@ -22,6 +22,3 @@ class APIJSONObject(with_metaclass(APIJSONObjectMeta, BaseAPIJSONObject, Mapping
22
23
def __len__(self):
24
return len(self._response_object)
25
-
26
- def __iter__(self):
27
- return iter(self._response_object)
0 commit comments