type of methods of builtin exceptions
Robert Kern
robert.kern at gmail.com
Thu Jan 6 12:17:04 EST 2011
On 1/6/11 10:41 AM, Eva Maia wrote:
> Hi,
>
> anyone has a list of the types of methods of builtin exceptions. For example,
> for the exception BaseException i need to know the type of arguments method
> __reduce__ and type of your return.
http://docs.python.org/search.html?q=__reduce__&check_keywords=yes&area=default
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
More information about the Python-list
mailing list