Adding static typing to Python

Courageous jkraska at san.rr.com
Tue Feb 19 10:19:44 EST 2002


>I haven't worked out 2.2 either.  But Jython does present Java's getters 
>and setters as attributes.

Oh, yeah. That's pretty cool. What they've done here is put a
Python getattr/setattr adapter around the BeanInfo interface
for Java. 

C//




More information about the Python-list mailing list