Home | Trees | Index | Help |
---|
Package rdflib :: Module FileInputSource :: Class FileInputSource |
|
InputSource
--+ |object
--+ | FileInputSource
Method Summary | |
---|---|
__init__(self,
file)
| |
__repr__(self)
| |
Inherited from InputSource | |
Get the byte stream for this input source. | |
Get the character stream for this input source. | |
Get the character encoding of this InputSource. | |
Returns the public identifier of this InputSource. | |
Returns the system identifier of this InputSource. | |
Set the byte stream (a Python file-like object which does not perform byte-to-character conversion) for this input source. | |
Set the character stream for this input source. | |
Sets the character encoding of this InputSource. | |
Sets the public identifier of this InputSource. | |
Sets the system identifier of this InputSource. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Jun 29 09:50:16 2005 | http://epydoc.sf.net |