Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | __str__ |
def | __del__ |
![]() | |
def | __init__ |
def | __str__ |
Data Fields | |
code | |
msg | |
hdrs | |
fp | |
filename | |
![]() | |
reason | |
Raised when HTTP error occurs, but also acts like non-error return
Definition at line 157 of file urllib2.py.
def __init__ | ( | self, | |
url, | |||
code, | |||
msg, | |||
hdrs, | |||
fp | |||
) |
def __del__ | ( | self) |
Definition at line 173 of file urllib2.py.
References _Mailbox.fp, _Subfile.fp, MultiFile.fp, Message.fp, HTTPResponse.fp, HTTPError.fp, FieldStorage.fp, and addbase.fp.
def __str__ | ( | self) |
Definition at line 170 of file urllib2.py.
References HTTPError.code, RegexObject.code, NetrcParseError.msg, GetoptError.msg, HTTPResponse.msg, and HTTPError.msg.
code |
Definition at line 163 of file urllib2.py.
filename |
Definition at line 168 of file urllib2.py.
fp |
Definition at line 166 of file urllib2.py.
hdrs |
Definition at line 165 of file urllib2.py.
msg |
Definition at line 164 of file urllib2.py.