Let us walk on the 3-isogeny graph
|
Public Member Functions | |
None | __init__ (self, str platlib, str purelib, str headers, str scripts, str data) |
Data Fields | |
platlib | |
purelib | |
headers | |
scripts | |
data | |
A Scheme holds paths which are used as the base directories for artifacts associated with a Python package.
None __init__ | ( | self, | |
str | platlib, | ||
str | purelib, | ||
str | headers, | ||
str | scripts, | ||
str | data | ||
) |
Definition at line 19 of file scheme.py.
Referenced by Protocol.__init_subclass__().
data |
Definition at line 31 of file scheme.py.
Referenced by Scanner.check(), DictCache.delete(), DictCache.get(), Page.links(), Request.prepare(), Scanner.scan(), and DictCache.set().
headers |
Definition at line 29 of file scheme.py.
Referenced by HTTPResponse._decode(), HTTPResponse._init_decoder(), HTTPResponse._init_length(), PreparedRequest.copy(), HTTPResponse.get_redirect_location(), HTTPResponse.getheader(), HTTPResponse.getheaders(), HTTPResponse.info(), Response.is_permanent_redirect(), Response.is_redirect(), Response.links(), Request.prepare(), PreparedRequest.prepare_body(), PreparedRequest.prepare_content_length(), PreparedRequest.prepare_cookies(), PreparedRequest.prepare_headers(), Session.prepare_request(), RequestMethods.request_encode_body(), RequestMethods.request_encode_url(), HTTPConnectionPool.urlopen(), PoolManager.urlopen(), and ProxyManager.urlopen().