Home | Trees | Index | Help |
|
---|
Package young :: Module partition :: Class SeqOfPartition |
|
object
--+
|
SeqOfPartition
Method Summary | |
---|---|
__init__(self,
number)
| |
__getitem__(self,
index)
| |
__iter__(self)
| |
Return the number of partitions | |
__repr__(self)
| |
__str__(self)
| |
_show_partition(self)
| |
Add a partition to a sequence of partitions. | |
Add a new partition to a member. | |
Return only distinct partitions. | |
Display each partition in a dot-notation. | |
down(self)
| |
Return the partition | |
initialize partition. | |
next(self)
| |
Plot each partition | |
Remove a partition from a sequence of patitions. | |
show each partition of the number this instance holds. | |
Return the number of partitions | |
up(self)
| |
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 |
Class Variable Summary | |
---|---|
tuple |
__slots__ = ('number', 'seq')
|
member_descriptor |
number = <member 'number' of 'SeqOfPartition' objects>
|
member_descriptor |
seq = <member 'seq' of 'SeqOfPartition' objects>
|
Method Details |
---|
__len__(self)
Return the number of partitions
|
add(self, aPartition)Add a partition to a sequence of partitions. This has no effect if the partition is already present. |
add_single_partition(self, pat)Add a new partition to a member. |
distinct(self)Return only distinct partitions. |
dot_notation(self)Display each partition in a dot-notation. |
get_partition(self)Return the partition |
init_partition(self)initialize partition. |
plot(self)Plot each partition |
remove(self, partition)Remove a partition from a sequence of patitions. This has no effect if the patition is not a member. |
show_partition(self)show each partition of the number this instance holds. |
size(self)Return the number of partitions |
Class Variable Details |
---|
__slots__
|
number
|
seq
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Dec 08 22:20:20 2004 | http://epydoc.sf.net |