Top Methods
org.python.core

public Interface Visitproc

Known Direct Implementers
org.python.modules.gc.ReferentsFinder, org.python.modules.gc.ReachableFinder, org.python.modules.gc.ReachableFinderWeakRefs, org.python.modules.gc.ReferrerFinder, org.python.modules.gc.RefersToSetFinder, org.python.modules.gc.RefInListFinder, org.python.modules.gc.ObjectInListFinder

Method Summary

Modifier and TypeMethod and Description
public int
visit(PyObject object, Object arg)

Must not be called with object == null.

Method Detail

visitback to summary
public int visit(PyObject object, Object arg)

Must not be called with object == null.