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.  This is now DEPRECATED,
               and is likely to be removed in a future release of Biopython.

SGMLStripper   Object that strips SGML.  This is now DEPRECATED, and is likely
               to be removed in a future release of Biopython.

Classes [hide private]
  UndoHandle
A Python handle that adds functionality for saving lines.
  StringHandle
  SGMLStripper
Object to strip SGML tags (OBSOLETE).