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

Class SGMLHandle

source code

A Python handle that automatically strips SGML tags from data.

Instance Methods [hide private]
 
__init__(handle)
handle is a file handle to SGML-formatted data.
source code
 
read(self, *args, **keywds) source code
 
readline(self, *args, **keywds) source code
 
readlines(self, *args, **keywds) source code
 
__getattr__(self, attr) source code