| Trees | Indices | Help |
|---|
|
|
object --+
|
InputSource --+
|
InURI
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Inherited from InputSource | |||
|---|---|---|---|
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Given a file path, determine by file extension whether the file is gzip or bzip2 compressed, or whether it is not compressed.
|
Takes a file path or URL. Sets self.localFilePath to the same path if file is local, or if the file is remote but uncompressed. If a file is remote and compressed, retrieves the file into a local tmp file and returns that file name. In this case the flag self.deleteTempFile is set to True.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Oct 3 14:52:44 2013 | http://epydoc.sourceforge.net |