Home | Trees | Index | Help |
---|
Package rdflib :: Module Graph :: Class Seq |
|
object
--+
|
Seq
Method Summary | |
---|---|
The graph which contains the sequence. | |
Returns the item given by index from the Seq. | |
Generator over the index, item tuples in the Seq | |
Returns the length of the Seq. | |
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.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Method Details |
---|
__init__(self,
graph,
subject)
|
__getitem__(self,
index)
Returns the item given by index from the Seq.
|
__iter__(self)Generator over the index, item tuples in the Seq |
__len__(self)
Returns the length of the Seq.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Jun 29 09:50:16 2005 | http://epydoc.sf.net |