NAME ^

dynclasses/pyslice.pmc - Python Slice PMC

DESCRIPTION ^

These are the vtable functions for the Python slice PMC class.

Methods ^

PMC* "__new__"(PMC *class, PMC *start, PMC *stop, PMC *step)

Create a new slice

PMC *get_class()

Return the class of this object.

<PMC* get_pmc_keyed(PMC* key)>

Returns the PMC value of the element at index key.

void *invoke(void*)

Invoke is not supported by instances.


parrot