class documentation

class TwistedSystem(zopeinterface.ZopeInterfaceSystem): (source)

View In Hierarchy

A PyDoctor "system" used to generate the docs.
Method __init__ Undocumented
Method privacyClass Report the privacy level for an object.
Instance Variable intersphinx Undocumented
def __init__(self, options=None): (source)

Undocumented

def privacyClass(self, documentable): (source)

Report the privacy level for an object.

Hide all tests with the exception of twisted.test.proto_helpers.

param obj: Object for which the privacy is reported. type obj: model.Documentable

rtype: model.PrivacyClass member

intersphinx = (source)

Undocumented