8000 Document `http/request.py` · DataXujing/twilio-python@b37b7de · GitHub
[go: up one dir, main page]

Skip to content

Commit b37b7de

Browse files
author
Doug Black
committed
Document http/request.py
1 parent 75c45fa commit b37b7de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

twilio/http/request.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33

44
class Request(object):
5+
"""
6+
An HTTP request.
7+
"""
58
ANY = '*'
69

710
def __init__(self,
@@ -71,4 +74,3 @@ def __str__(self):
7174

7275
def __repr__(self):
7376
return str(self)
74-

0 commit comments

Comments
 (0)
0