| Modifier and Type | Field and Description |
|---|---|
| private PyObject[] | |
| private String[] | |
| private ThreadLocal | |
| public static final PyType |
| Modifier and Type | Method and Description |
|---|---|
| pack-priv static final PyObject | |
| public PyObject | |
| public PyObject | |
| public boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| public void | |
| public int | traverse(Visitproc visit, Object arg)
Implements org. Traverses all directly contained |
| args | back to summary |
|---|---|
| private PyObject[] args | |
| keywords | back to summary |
|---|---|
| private String[] keywords | |
| tdict | back to summary |
|---|---|
| private ThreadLocal<Object[]> tdict | |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| PyLocal | back to summary |
|---|---|
| public PyLocal() | |
| PyLocal | back to summary |
|---|---|
| public PyLocal(PyType subType) | |
| _local___new__ | back to summary |
|---|---|
pack-priv static final PyObject _local___new__(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
| |
| fastGetDict | back to summary |
|---|---|
| public PyObject fastGetDict() Overrides org. Doc from org. xxx implements where meaningful | |
| getDict | back to summary |
|---|---|
| public PyObject getDict() Overrides org. Doc from org. xxx implements where meaningful
| |
| refersDirectlyTo | back to summary |
|---|---|
| public boolean refersDirectlyTo(PyObject ob) throws UnsupportedOperationException Implements org. Doc from org. Optional operation.
Should only be implemented if it is more efficient
than calling
| |
| setDict | back to summary |
|---|---|
| public void setDict(PyObject dict) Overrides org.
| |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Implements org. Doc from org. Traverses all directly contained
| |