| Home | Trees | Index | Help |
|
|---|
| Module paludis :: Class FakeRepository |
|
object--+ |instance--+ |Repository--+ | FakeRepository
| Method Summary | |
|---|---|
__init__(Environment, RepositoryName) | |
__reduce__(...)
| |
add_category(...)
| |
add_package(...)
| |
add_version(...)
| |
| Inherited from Repository | |
| CategoryNamePartIterable |
Fetch categories that contain a named package. |
| bool |
Do we have a category with the given name? |
| bool |
Do we have a package in the given category with the given name? |
| PackageIDIterable |
Fetch our versions. |
| QualifiedPackageNameIterable |
Fetch our package names. |
| bool |
Might some of our IDs support a particular action? |
| 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 | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Property Summary | |
|---|---|
| Inherited from Repository | |
category_names: [ro] CategoryNamePartIterable Our category names. | |
destination_interface: [ro] RepositoryDestinationInterface | |
e_interface: [ro] RepositoryEInterface | |
environment_variable_interface: [ro] RepositoryEnvironmentInterface | |
mirrors_interface: [ro] RepositoryMirrorsInterface | |
name: [ro] RepositoryName Our name. | |
provides_interface: [ro] RepositoryProvidesInterface | |
qa_interface: [ro] RepositoryQAInterface | |
sets_interface: [ro] RepositorySetsInterface | |
syncable_interface: [ro] RepositorySyncableInterface | |
use_interface: [ro] RepositoryUseInterface | |
virtuals_interface: [ro] RepositoryVirtualsInterface | |
| Class Variable Summary | |
|---|---|
int |
__instance_size__ = 32 |
| Method Details |
|---|
__init__(Environment,
RepositoryName)
__init__(Environment, RepositoryName)
|
| Class Variable Details |
|---|
__instance_size__
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Aug 4 19:40:19 2008 | http://epydoc.sf.net |