t.s.mktap : module documentation

Part of twisted.scripts View Source

No module docstring
Function getid Convert one or both of a string representation of a UID and GID into integer form. On platforms where pwd and grp is available, user and group names can be converted.
Function loadPlugins Undocumented
Function addToApplication Undocumented
Class FirstPassOptions Undocumented
Function run Undocumented
def getid(uid, gid): (source)
Convert one or both of a string representation of a UID and GID into integer form. On platforms where pwd and grp is available, user and group names can be converted.
ParametersuidA string giving the base-ten representation of a UID or the name of a user which can be converted to a UID via pwd.getpwnam, or None if no UID value is to be obtained. (type: str or NoneType )
gid (type: str or NoneType )
uidA string giving the base-ten representation of a GID or the name of a group which can be converted to a GID via grp.getgrnam, or None if no UID value is to be obtained.
ReturnsA two-tuple giving integer UID and GID information for whichever (or both) parameter is provided with a non-None value.
RaisesValueErrorIf a user or group name is supplied and pwd or grp is not available.
def loadPlugins(debug=None, progress=None): (source)
Undocumented
def addToApplication(ser, name, append, procname, type, encrypted, uid, gid): (source)
Undocumented
def run(): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.