Home | Trees | Indices | Help |
---|
|
object --+ | Factory
Abstract factory for objects created by the public interface. Eventually, it will possible to alter the type all objects created by PyBaz, system-wide (by assigning to `pybaz.factory`) or locally (by using a factory attribute in instances). Currently, this is only used internally to localise the cyclic dependencies between various internal modules.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
Create an Archive. :param name: archive name :type name: str :rtype: `Archive` |
Create an ArchiveLocation. :type url: str |
Create a Revision. :param name: fully qualified name of the revision :type name: str :rtype: `Revision` |
Create a Version. :param name: fully qualified name of the version. :type name: str :rtype: `Version` |
Does the object implement the Archive interface? :rtype: bool |
Does the object implement the ArchiveLocation interface? :rtype: bool |
Does the object implement the Revision interface? :rtype: bool |
Does the object implement the SourceTree interface? :rtype: bool |
Does the object implement the Version interface? :rtype: bool |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Wed Sep 5 09:53:13 2007 | http://epydoc.sourceforge.net |