Stephane Payrard <[EMAIL PROTECTED]> wrote: > +++ ./ops/pmc.ops 2004-10-11 22:30:10.819391992 +0200
> +op get_repr(out STR, in PMC) { > + $1 = $2->vtable->get_repr(interpreter, $2); > + goto NEXT(); To op or not to op that's again the question. Pie-thon code just does: $Py = $Px."repr"() or some such. leo