|
From: Christian H. <ch...@nu...> - 2001-03-19 21:22:08
|
Hi, There doesn't seem to be a way to access and test non-public classes with jython. Would it be possible to extend respectJavaAccessibility to also not respect accessibility restrictions on classes when set to false? Christian # Setting this to false will allow Jython to provide access to # non-public fields, methods, and constructors of Java objects. python.security.respectJavaAccessibility = false |