A test helper used to support expected filesystem access.

Method __init__ Undocumented
Method put
Method pop Remove a stream from the memory.
def __init__(self):
Undocumented
def put(self, path, flags, stream):
ParameterspathPath at which the stream is requested. (type: str)
pathFlags with which the stream is requested. (type: str)
streamA stream. (type: File)
def pop(self, path, flags):

Remove a stream from the memory.

ParameterspathPath at which the stream is requested. (type: str)
pathFlags with which the stream is requested. (type: str)
ReturnsA stream. (type: File)
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.