Package grizzled :: Package io
[hide private]
[frames] | no frames]

Package io

source code

Input/Output utility methods and classes.
Submodules [hide private]
  • grizzled.io.filelock: This module provides portable advisory file locking primitives that operate on file descriptors.

Classes [hide private]
  AutoFlush
An AutoFlush wraps a file-like object and flushes the output (via a call to flush() after every write operation.
  MultiWriter
Wraps multiple file-like objects so that they all may be written at once.
  PushbackFile
A file-like wrapper object that permits pushback.
  Zip
Zip extends the standard zipfile.ZipFile class and provides a method to extract the contents of a zip file into a directory.
Variables [hide private]
  __package__ = None
hash(x)