parrotcode: Python Slice PMC | |
Contents | Language Implementations | Python |
pmc/pyslice.pmc - Python Slice PMC
These are the vtable functions for the Python slice PMC class.
PMC* "__new__"(PMC *class, PMC *start, PMC *stop, PMC *step)
PMC *get_class()
key
.void *invoke(void*)
|