pypath.share.curl§
- members:
Functions
|
Classes
|
This class is a wrapper around pycurl. |
|
This class opens a file, extracts it in case it is a gzip, tar.gz, tar.bz2 or zip archive, selects the requested files if you only need certain files from a multifile archive, reads the data from the file, or returns the file pointer, as you request. |
|
|
This is a context handler which stops pypath.curl.Curl() deleting the cache files. |
|
This is a context handler which results pypath.curl.Curl() deleting the cache files instead of reading it. |
|
This is a context handler to turn off pypath.curl.Curl() cache. |
|
|
This is a context handler to turn on pypath.curl.Curl() cache. |
This is a context handler which stops pypath.curl.Curl() to print verbose messages about its cache. |
|
This is a context handler which makes pypath.curl.Curl() print verbose messages about its cache. |
|
This is a context handler which avoids pypath.curl.Curl() to print debug information. |
|
|
This is a context handler which results pypath.curl.Curl() to print debug information. |
This is a context handler which results pypath.curl.Curl() to perform download or cache read. |
|
This is a context handler which results pypath.curl.Curl() to do all setup steps, but do not perform download or cache read. |
|
This is a context handler which avoids pypath.curl.Curl() to make a reference to itself in the module level variable LASTCURL. |
|
This is a context handler which results pypath.curl.Curl() to make a reference to itself in the module level variable LASTCURL. |