Home | Trees | Index | Help |
---|
Package pybaz :: Class ArchiveLocation |
|
object
--+
|
ArchiveLocation
A location identified by an url and containing a Bazaar archive.
Method Summary | |
---|---|
__init__(self,
url)
| |
Compare equal to instances of ArchiveLocation with the same url. | |
Logical complement of __eq__. | |
__repr__(self)
| |
Archive that is associated to this location. | |
Create a new master archive at this location. | |
Create a new archive mirror at this location. | |
bool |
Is this location registered? |
|
Create a mirrorer to mirror from this location to the target. |
Read a meta-info from this location. | |
Register this location. | |
Unregister this location: | |
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.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Property Summary | |
---|---|
str |
url : Url of this location. |
Method Details |
---|
__eq__(self,
other)
|
__ne__(self, other)Logical complement of __eq__. |
archive(self)Archive that is associated to this location. That's a convenience method based on meta_info() that memoises its result.
|
create_master(self, archive, params)Create a new master archive at this location.
|
create_mirror(self, archive, params)Create a new archive mirror at this location.
|
is_registered(self)Is this location registered?
|
make_mirrorer(self, target)Create a mirrorer to mirror from this location to the target.
|
meta_info(self, key)Read a meta-info from this location.
|
register(self)Register this location.
|
unregister(self)Unregister this location:
|
Property Details |
---|
urlUrl of this location. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri Jul 7 17:05:33 2006 | http://epydoc.sf.net |