| Modifier and Type | Field and Description |
|---|---|
| public PyObject | ob_ref
The underlying content of the cell, or null. |
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | |
| public boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| public String | toString()
Overrides org. Returns a string representation of the object. |
| public int | traverse(Visitproc visit, Object arg)
Implements org. Traverses all directly contained |
| ob_ref | back to summary |
|---|---|
| public PyObject ob_ref The underlying content of the cell, or null. | |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| PyCell | back to summary |
|---|---|
| public PyCell() | |
| getCellContents | back to summary |
|---|---|
public PyObject getCellContents()
| |
| refersDirectlyTo | back to summary |
|---|---|
| public boolean refersDirectlyTo(PyObject ob) Implements org. Doc from org. Optional operation.
Should only be implemented if it is more efficient
than calling
| |
| toString | back to summary |
|---|---|
| public String toString() Overrides org. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- | |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Implements org. Doc from org. Traverses all directly contained
| |