twisted.internet.test.test_resolver.ResultHolder(object) class documentationtwisted.internet.test.test_resolver
(View In Hierarchy)
Implements interfaces: twisted.internet.interfaces.IResolutionReceiver
A resolution receiver which holds onto the results it received.
| Method | __init__ | Create a ResultHolderwith aUnitTest. | 
| Method | resolutionBegan | Hostname resolution began. | 
| Method | addressResolved | An address was resolved. | 
| Method | resolutionComplete | Hostname resolution is complete. | 
Hostname resolution began.
| Parameters | hostResolution | see IResolutionReceiver | 
An address was resolved.
| Parameters | address | see IResolutionReceiver |