8000 Dekwarg solution · sangsiri/twilio-python@e9b17f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit e9b17f7

Browse files
author
matt
committed
Dekwarg solution
1 parent 91b0efb commit e9b17f7

File tree

4 files changed

+237
-225
lines changed

4 files changed

+237
-225
lines changed

twilio/http/response.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ def __init__(self, status_code, content):
77
self.cached = False
88
self.status_code = status_code
99
self.ok = self.status_code < 400
10+
11+
def __repr__(self):
12+
return 'HTTP {} {}'.format(self.status_code, self.content)

0 commit comments

Comments
 (0)
0