Class PyCell

All Implemented Interfaces:
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: