1: package org.python.core; 2: 3: public class PyCell extends PyObject { // ?? pending repr? 4: 5: public PyObject ob_ref; 6: 7: }