Home | Trees | Indices | Help |
|
---|
|
object --+ | PathPointer
An abstract base class for 'path pointers,' used by NLTK's data package to identify specific paths. Two subclasses exist: FileSystemPathPointer identifies a file that can be accessed directly via a given absolute path. ZipFilePathPointer identifies a file contained within a zipfile, that can be accessed by reading that zipfile.
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Return a seekable read-only stream that can be used to read the contents of the file identified by this path pointer.
|
Return the size of the file pointed to by this path pointer, in bytes.
|
Return a new path pointer formed by starting at the path identified by
this pointer, and then following the relative path given by
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:53 2008 | http://epydoc.sourceforge.net |