Class t.s.m._tapHelper(object):

Part of twisted.scripts.mktap View Source View In Hierarchy

Implements interfaces: IServiceMaker, twisted.plugin.IPlugin
Internal utility class to simplify the definition of "new-style" mktap plugins based on existing, "classic" mktap plugins.
Method __init__ Undocumented
Method options Undocumented
Method makeService Undocumented
def __init__(self, name, module, description, tapname): (source)
Undocumented
def options(): (source)
Undocumented
def makeService(): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.