import xmlproc
class OutOfDataException(Exception) string __module__ = 'xmlproc' # Methods inherited by OutOfDataException from Exception def __getitem__(self, i) def __init__(self, *args) def __str__(self)
An exception that signals that more data is expected, but the current buffer has been exhausted.