class documentation

class FirstOneWins: (source)

Implements interfaces: twisted.internet.interfaces.IResolutionReceiver

View In Hierarchy

An IResolutionReceiver which fires a Deferred with its first result.
Method __init__
Method addressResolved See IResolutionReceiver.addressResolved
Method resolutionBegan See IResolutionReceiver.resolutionBegan
Method resolutionComplete See IResolutionReceiver.resolutionComplete
Instance Variable _deferred Undocumented
Instance Variable _resolution Undocumented
Instance Variable _resolved Undocumented
def __init__(self, deferred): (source)
Parameters
deferredThe Deferred to fire when the first resolution result arrives.
_deferred = (source)

Undocumented

_resolution = (source)

Undocumented

_resolved: bool = (source)

Undocumented