Home | Trees | Index | Help |
|
---|
Package Pyblio :: Module Store :: Class TxoGroup |
|
object
--+
|
TxoGroup
TxoGroup
,
TxoGroup
Definition of a group of Txo items. Items in such a group can be accessed with a numeric key as a dictionnary, but also with logical names.
DERIVED BY ALL STORESMethod Summary | |
---|---|
__delitem__(self,
k)
| |
__getitem__(self,
k)
| |
__iter__(self,
k)
| |
__setitem__(self,
k)
| |
add(self,
item,
key)
| |
Return the TxoItem whose name in the 'C' language is
passed as parameter. | |
Return a txo and all its children | |
keys(self)
| |
values(self)
| |
xmlwrite(self,
fd)
| |
Inherited from object | |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
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 |
---|
byname(self, name)Return theTxoItem whose name in the 'C' language is
passed as parameter. This 'C' language is meant to be the name used by
programs, rather than people.
|
expand(self, k)Return a txo and all its children |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Apr 5 16:06:58 2006 | http://epydoc.sf.net |