| Home | Trees | Index | Help |
|
|---|
| Package cheesecake :: Module cheesecake_index :: Class Index |
|
object --+
|
Index
| Method Summary | |
|---|---|
__init__(self,
type,
name,
value,
details)
| |
Print index name padded with dots, followed by value and details | |
| 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 |
|---|
print_info(self)Print index name padded with dots, followed by value and details |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Dec 21 17:21:41 2005 | http://epydoc.sf.net |