t.t.u._Warning(object) : class documentation

Part of twisted.trial.unittest View Source View In Hierarchy

A _Warning instance represents one warning emitted through the Python warning system (warnings). This is used to insulate callers of _collectWarnings from changes to the Python warnings system which might otherwise require changes to the warning objects that function passes to the observer object it accepts.
Instance VariablesmessageThe string which was passed as the message parameter to warnings.warn.
categoryThe Warning subclass which was passed as the category parameter to warnings.warn.
filenameThe name of the file containing the definition of the code object which was stacklevel frames above the call to warnings.warn, where stacklevel is the value of the stacklevel parameter passed to warnings.warn.
linenoThe source line associated with the active instruction of the code object object which was stacklevel frames above the call to warnings.warn, where stacklevel is the value of the stacklevel parameter passed to warnings.warn.
Method __init__ Undocumented
def __init__(self, message, category, filename, lineno): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:17:34.