| Home | Trees | Index | Help |
|---|
| Module paludis :: Class CompositeDepSpec |
|
object--+ |instance--+ |DepSpec--+ | CompositeDepSpec
AllDepSpec,
AnyDepSpec,
UseDepSpec| Method Summary | |
|---|---|
Raises an exception This class cannot be instantiated from Python | |
__iter__(...)
| |
| Inherited from DepSpec | |
| PackageDepSpec |
Return us as a PackageDepSpec, or None if we are not a UseDepSpec. |
| UseDepSpec |
Return us as a UseDepSpec, or None if we are not a UseDepSpec. |
| Inherited from instance | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sat May 5 00:05:39 2007 | http://epydoc.sf.net |