Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | proxy_open |
def | do_proxy |
def | add_proxy |
![]() | |
def | add_parent |
def | close |
Data Fields | |
proxies | |
![]() | |
parent | |
Definition at line 489 of file urllib2.py.
def add_proxy | ( | self, | |
cpo | |||
) |
Definition at line 508 of file urllib2.py.
References reconvert.append, URLopener.proxies, ProxyHandler.proxies, and CustomProxyHandler.proxies.
def do_proxy | ( | self, | |
p, | |||
req | |||
) |
Definition at line 505 of file urllib2.py.
def proxy_open | ( | self, | |
req | |||
) |
Definition at line 493 of file urllib2.py.
References URLopener.proxies, ProxyHandler.proxies, and CustomProxyHandler.proxies.
proxies |
Definition at line 491 of file urllib2.py.