Module paludis :: Class FakeRepository
[hide private]

Class FakeRepository

 object --+        
          |        
??.instance --+    
              |    
     Repository --+
                  |
                 FakeRepository

Fake repository for use in test cases.

Instance Methods [hide private]
 
__init__(Environment, RepositoryName)
Raises an exception This class cannot be instantiated from Python
 
add_category(...)
 
add_package(...)
 
add_version(...)

Inherited from Repository: __reduce__, category_names_containing_package, find_metadata, format_key, has_category_named, has_package_named, installed_root_key, location_key, package_ids, package_names, some_ids_might_support_action

Inherited from unreachable.instance: __new__

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

Properties [hide private]

Inherited from Repository: category_names, destination_interface, environment_variable_interface, metadata, name, provides_interface, virtuals_interface

Inherited from object: __class__

Method Details [hide private]

__init__(Environment, RepositoryName)
(Constructor)

 

Raises an exception This class cannot be instantiated from Python

Overrides: object.__init__