Located in compilation unit of org.
| Modifier and Type | Field and Description |
|---|---|
| pack-priv static final PyAttributeDeleted |
| Access | Constructor and Description |
|---|---|
| private |
| Modifier and Type | Method and Description |
|---|---|
| public Object | __tojava__(Class<T>
the Class to convert this c)PyObject to.Overrides org. Equivalent to the Jython __tojava__ method. |
| public String | toString()
Overrides org. Returns a string representation of the object. |
| INSTANCE | back to summary |
|---|---|
| pack-priv static final PyAttributeDeleted INSTANCE | |
| PyAttributeDeleted | back to summary |
|---|---|
| private PyAttributeDeleted() | |
| __tojava__ | back to summary |
|---|---|
| public Object __tojava__(Class<T> c) Overrides org. Doc from org. Equivalent to the Jython __tojava__ method. Tries to coerce this object to an instance of the
requested Java class. Returns the special object | |
| 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- | |