Package org.python.core
Interface Visitproc
-
public interface Visitproc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
visit(PyObject object, java.lang.Object arg)
Must not be called withobject == null
.
-
-
-
Method Detail
-
visit
int visit(PyObject object, java.lang.Object arg)
Must not be called withobject == null
.
-
-