On 12 Apr, 09:42, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote:
>
> <snip>
>
> > In f.x. the C-family of languages I guess something like this would
> > call B.spin:
> > ((B)myC).spin("Lancelot"); // almost forgot the ';'
>
> Try this in Python:
> B.spin(myC, "Lancelot")
>
>
> <snip>
>Thanks, that was exactly the insight i needed. /Per -- Per Erik Strandberg blog: http://www.pererikstrandberg.se/blog/ -- http://mail.python.org/mailman/listinfo/python-list
