Method Summary |
|
__init__(self,
number)
|
|
__getitem__(self,
index)
|
|
__iter__(self)
|
|
__len__ (self)
Return the number of partitions |
|
__repr__(self)
|
|
__str__(self)
|
|
_show_partition(self)
|
|
add (self,
aPartition)
Add a partition to a sequence of partitions. |
|
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. |
|
down(self)
|
|
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. |
|
show_partition (self)
show each partition of the number this instance holds. |
|
size (self)
Return the number of partitions |
|
up(self)
|
Inherited from object |
|
__delattr__ (...)
x.__delattr__('name') <==> del x.name |
|
__getattribute__ (...)
x.__getattribute__('name') <==> x.name |
|
__hash__ (x)
x.__hash__() <==> hash(x) |
|
__new__ (T,
S,
...)
T.__new__(S, ...) -> a new object with type S, a subtype of T |
|
__reduce__ (...)
helper for pickle |
|
__reduce_ex__ (...)
helper for pickle |
|
__setattr__ (...)
x.__setattr__('name', value) <==> x.name = value |