org.python.core.Traverseproc ,
but traverses only the slots[]-array of
fooDerived-classes. This way we avoid that the traverse
method of a traversable org.python.core.PyObject is
overridden by the derived version.
org.python.modules.gc#traverse(PyObject, Visitproc, Object) takes care of
exploiting both traverse methods.
| Modifier and Type | Method and Description |
|---|---|
| public int |
| traverseDerived | back to summary |
|---|---|
| public int traverseDerived(Visitproc visit, Object arg) Traverses all reachable | |