class documentation

class ResultHolder:

Constructor: ResultHolder(testCase)

Implements interfaces: twisted.internet.interfaces.IResolutionReceiver

View In Hierarchy

A resolution receiver which holds onto the results it received.

Method __init__ Create a ResultHolder with a UnitTest.
Method addressResolved An address was resolved.
Method resolutionBegan Hostname resolution began.
Method resolutionComplete Hostname resolution is complete.
Instance Variable _addresses Undocumented
Instance Variable _ended Undocumented
Instance Variable _resolution Undocumented
Instance Variable _started Undocumented
Instance Variable _testCase Undocumented
def __init__(self, testCase):

Create a ResultHolder with a UnitTest.

def addressResolved(self, address):

An address was resolved.

Parameters
addresssee IResolutionReceiver
def resolutionBegan(self, hostResolution):

Hostname resolution began.

Parameters
hostResolutionsee IResolutionReceiver
def resolutionComplete(self):

Hostname resolution is complete.

_addresses: list =

Undocumented

_ended: bool =

Undocumented

_resolution =

Undocumented

_started: bool =

Undocumented

_testCase =

Undocumented