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