Module paludis :: Class Generator
[hide private]

Class Generator

 object --+    
          |    
??.instance --+
              |
             Generator
Known Subclasses:

Generator for an Environment selection.

Nested Classes [hide private]
  All
Generate all packages.
  Category
Generate all packages in a given category.
  FromRepository
Generate all packages originally from a given repository.
  InRepository
Generate all packages in a given repository.
  Intersection
Generate packages from the intersection of two other Generator instances.
  Matches
Generate matching packages.
  Package
Generate all named packages.
Instance Methods [hide private]
 
__and__(...)
Combine with another Generator using a set intersection.
 
__init__(...)
Raises an exception This class cannot be instantiated from Python
 
__or__(...)
Combine with a Filter to produce a FilteredGenerator.
 
__reduce__(...)
helper for pickle
 
__str__(...)
str(x)

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Raises an exception This class cannot be instantiated from Python

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__str__(...)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)