class documentation

class FakeTransport:

View In Hierarchy

A simple fake process transport.

Method closeChildFD Mark one of the child descriptors as closed.
Method writeToChild Ignore write calls.
Class Variable _closed Undocumented
def closeChildFD(self, fd):

Mark one of the child descriptors as closed.

def writeToChild(self, fd, data):

Ignore write calls.

_closed: set[int] =

Undocumented