Module: Jython
- Defined in:
- lib/jython.rb,
lib/jython/version.rb,
lib/jython/interpreter.rb
Defined Under Namespace
Classes: Interpreter
Constant Summary collapse
- VERSION =
"0.0.1"
- PythonInterpreter =
org.python.util.PythonInterpreter
- Py =
org.python.core.Py
Class Method Summary collapse
Class Method Details
.Main(argv = ARGV) ⇒ Object
7 8 9 |
# File 'lib/jython.rb', line 7 def self.Main(argv=ARGV) Java::org.python.util.jython.main(argv) end |