| Home | Trees | Index | Help |
|
|---|
| Package cheesecake :: Module cheesecake_index :: Class IndexGeneratedFiles |
|
object--+ |Index--+ | IndexGeneratedFiles
Lower score for automatically generated files that should not be present in a package.
| Method Summary | |
|---|---|
compute(self,
files_list)
| |
decide_after_download(self,
cheesecake)
| |
| Inherited from Index | |
| |
| |
Add information about index computation process, which will be visible with --verbose flag. | |
Add subindex. | |
Decide if this index should be computed. | |
| |
| |
Print index name padded with dots, followed by value and details. | |
Remove subindex (refered by name). | |
| |
| |
Iterate over each subindex and yield their values. | |
| |
| |
| |
| 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) | |
| Property Summary | |
|---|---|
| Inherited from Index | |
requirements | |
| Class Variable Summary | |
|---|---|
int |
generated_files_penalty = -20 |
int |
max_value = 0 |
str |
name = 'IndexGeneratedFiles'
|
| Inherited from Index | |
str |
details = ''
|
str |
info = ''
|
NoneType |
subindices = None |
int |
value = -1 |
| Class Variable Details |
|---|
generated_files_penalty
|
max_value
|
name
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Feb 9 02:15:12 2007 | http://epydoc.sf.net |