Interface Visitproc


public interface Visitproc
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    visit(PyObject object, Object arg)
    Must not be called with object == null.
  • Method Details

    • visit

      int visit(PyObject object, Object arg)
      Must not be called with object == null.