class documentation

class FilesystemAccessExpectations:

View In Hierarchy

A test helper used to support expected filesystem access.

Method __init__ Undocumented
Method pop Remove a stream from the memory.
Method put No summary
Instance Variable _cache Undocumented
def __init__(self):

Undocumented

def pop(self, path, flags):

Remove a stream from the memory.

Parameters
path:strFlags with which the stream is requested.
flagsUndocumented
Returns
FileA stream.
def put(self, path, flags, stream):
Parameters
path:strFlags with which the stream is requested.
flagsUndocumented
stream:FileA stream.
_cache: dict =

Undocumented