NAME ^

classes/pyexception.pmc - Python Exception

DESCRIPTION ^

These are the vtable functions for the Python Exception base class

Methods ^

void set_integer_native(INTVAL value)

Sets the value of the integer to the value of the PyInt *value.

PMC* "__match__"(PMC *self, PMC *exception)

If this PMC matches the given exception, return an exception object. Else, rethrow.

PMC* "__new__"(PMC *class, PMC *source)

Create a new integer


parrot