Top Description Interfaces Classes
[default module]

Package org.python.modules


The modules package contains built-in modules implemented in Java. As far as possible, the class name is equal to the Python module name, to aid to navigation. They will mostly be used from Python via an import, but use from Java is also possible.

Interface Summary

Modifier and TypeInterface and Description
public interface

Class Summary

Modifier and TypeClass and Description
public class
marshal

Write Python objects to files and read them back.

public class
math

Stop-gap math module holding just the things we use form code at present.