class documentation

class FileStatHelper(object):

View In Hierarchy

Helper to store file handle's fstat.

Useful in combination with ReadFile's preread parameter.

Method __call__ Calls fstat on file handle.
Method __init__ Initializes this class.
Instance Variable st Undocumented
def __call__(self, fh):

Calls fstat on file handle.

def __init__(self):

Initializes this class.

st =

Undocumented