class documentation

class Project: (source)

View In Hierarchy

A representation of a project that has a version.

Instance Variable directory A twisted.python.filepath.FilePath pointing to the base directory of a Twisted-style Python package. The package should contain a _version.py file and a newsfragments directory that contains a README file.
Method __init__ Undocumented
Method __repr__ Undocumented
Method getVersion
directory = (source)
A twisted.python.filepath.FilePath pointing to the base directory of a Twisted-style Python package. The package should contain a _version.py file and a newsfragments directory that contains a README file.
def __init__(self, directory): (source)

Undocumented

def __repr__(self): (source)

Undocumented

ReturnsUndocumented (type: str)
def getVersion(self): (source)
ReturnsA incremental.Version specifying the version number of the project based on live python modules.
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.