Class PyCell

  • All Implemented Interfaces:
    java.io.Serializable, Traverseproc

    public class PyCell
    extends PyObject
    implements Traverseproc
    The Python cell type. Cells are used to implement variables referenced by multiple scopes.
    See Also:
    Serialized Form