module documentation

Tests for twisted.internet.kqueuereactor.

Class KQueueTests These are tests for KQueueReactor's implementation, not its real world behaviour. For that, look at twisted.internet.test.reactormixins.ReactorBuilder.
Function makeFakeKQueue Create a fake that implements _IKQueue.
Variable kqueueSkip Undocumented
Function _fakeKEvent Do nothing.
def makeFakeKQueue(testKQueue: object, testKEvent: object) -> _IKQueue:

Create a fake that implements _IKQueue.

Parameters
testKQueue:objectSomething that acts like select.kqueue.
testKEvent:objectSomething that acts like select.kevent.
Returns
_IKQueueAn implementation of _IKQueue that includes testKQueue and testKEvent.
kqueueSkip =

Undocumented

def _fakeKEvent(*args: object, **kwargs: object):

Do nothing.