Package Bio :: Module File
[hide private]
[frames] | no frames]

Module File

source code

Code for more fancy file handles.

Classes: UndoHandle File object decorator with support for undo-like operations. StringHandle Wraps a file object around a string. SGMLHandle File object that automatically strips SGML tags from data.

SGMLStripper Object that strips SGML.

Classes [hide private]
  UndoHandle
A Python handle that adds functionality for saving lines.
  SGMLHandle
A Python handle that automatically strips SGML tags from data.
  SGMLStripper