core.javautils | index |
This module defines several functions to ease interfacing with Java code.
Initially based on resources in the following article http://www.ibm.com/developerworks/java/tutorials/j-jython2/index.html
Functions | ||
|
Data | ||
StringTypes = (<type 'str'>, <type 'unicode'>) __author__ = 'Scott Horn' __credits__ = 'Based entirely on work by Tim Fox http://tfox.org' __email__ = 'scott@hornmicro.com' sys = <module 'sys' (built-in)> util = <java package java.util 0xa9> |
Author | ||
Scott Horn |
Credits | ||
Based entirely on work by Tim Fox http://tfox.org |