Re: subclassing Python classes in Java

2011-02-16 Thread Bill Janssen
Andi Vajda wrote: > On Feb 16, 2011, at 9:39, Bill Janssen wrote: > > > How do I subclass a Python class in a JCC-wrapped Java module? > > - define a Java class with native methods > - using the usual "extension" tricks have a Python class implement > these native methods > - define a subcl

Re: subclassing Python classes in Java

2011-02-16 Thread Andi Vajda
On Feb 16, 2011, at 9:39, Bill Janssen wrote: How do I subclass a Python class in a JCC-wrapped Java module? - define a Java class with native methods - using the usual "extension" tricks have a Python class implement these native methods - define a subclass of that Java class so as to