| Modifier and Type | Field and Description |
|---|---|
| pack-priv static final PyCell[] | EMPTY_ARRAY
Handy constant where no cells are neeed in a frame. |
| pack-priv Object | obj
The object currently held. |
| public static final PyType | TYPE
The Python type |
| Access | Constructor and Description |
|---|---|
| pack-priv |
| Modifier and Type | Method and Description |
|---|---|
| private Object | |
| public Object | |
| public PyType | |
| public String |
| EMPTY_ARRAY | back to summary |
|---|---|
| pack-priv static final PyCell[] EMPTY_ARRAY Handy constant where no cells are neeed in a frame. | |
| obj | back to summary |
|---|---|
| pack-priv Object obj The object currently held. | |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE The Python type | |
| PyCell | back to summary |
|---|---|
| pack-priv PyCell(Object obj) Construct a cell to hold the object.
| |
| __repr__ | back to summary |
|---|---|
private Object __repr__()
| |
| get | back to summary |
|---|---|
| public Object get() Implements java. Doc from java. Gets a result. | |
| getType | back to summary |
|---|---|
| public PyType getType() Implements org. Doc from org. The Python | |
| toString | back to summary |
|---|---|
| public String toString() Overrides java. Doc from java. Returns a string representation of the object. | |