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 5619977 commit c6f917bCopy full SHA for c6f917b
twilio/rest/resources/base.py
@@ -396,6 +396,8 @@ def count(self):
396
:rtype: int
397
:raises: a :exc:`~twilio.TwilioRestException` if the request fails
398
399
+ .. deprecated: 3.6.5
400
+
401
Example usage:
402
403
.. code-block:: python
@@ -449,7 +451,6 @@ def load_instance(self, data):
449
451
450
452
def __str__(self):
453
return '<%s (%s)>' % (self.__class__.__name__, self.count())
- return '<%s (%s)>' % (self.__class__.__name__, self.count())
454
455
def list(self, **kw):
456
"""Query the list resource for a list of InstanceResources.
0 commit comments