Top Interfaces Classes
[default module]

Package org.python.core.finalization


Interface Summary

Modifier and TypeInterface and Description
public interface
public interface
FinalizablePyObject

This interface allows PyObjects to have finalizers.

public interface
FinalizablePyObjectDerived

This interface should never be used directly in any hand-written code (except in FinalizeTrigger.java).

public interface
FinalizeTriggerFactory

Reserved for use by JyNI.

Class Summary

Modifier and TypeClass and Description
public class
FinalizeTrigger

To use finalizers on PyObjects, read the documentation of org.python.core.finalization.FinalizablePyObject.