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. This is now considered OBSOLETE, and
is likely to be deprecated in a future release of Biopython,
and later removed.
|
UndoHandle
A Python handle that adds functionality for saving lines.
|
|
SGMLHandle
A Python handle that automatically strips SGML tags from data
(OBSOLETE).
|
|
SGMLStripper
|