| Modifier and Type | Field and Description |
|---|---|
| public final String | |
| pack-priv final boolean | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final AbstractDict | |
| pack-priv final boolean | |
| pack-priv final PyObject | |
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| public | |
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | __call__(PyObject
the single argument to the function. obj)Overrides org. A variant of the __call__ method with one argument. |
| public PyObject | __call__(PyObject
the first argument to the function. obj, PyObject the second argument to the function. indent_level)Overrides org. A variant of the __call__ method with two arguments. |
| private PyObject | |
| private void | |
| private PyString | |
| private void | |
| private void | |
| private PyString | |
| pack-priv static PyObject | Encoder___new__(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
|
| public boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| public int | traverse(Visitproc visit, Object arg)
Implements org. Traverses all directly contained |
| __module__ | back to summary |
|---|---|
| public final String __module__
| |
| allow_nan | back to summary |
|---|---|
| pack-priv final boolean allow_nan | |
| defaultfn | back to summary |
|---|---|
| pack-priv final PyObject defaultfn | |
| encoder | back to summary |
|---|---|
| pack-priv final PyObject encoder | |
| indent | back to summary |
|---|---|
| pack-priv final PyObject indent | |
| item_separator | back to summary |
|---|---|
| pack-priv final PyObject item_separator | |
| key_separator | back to summary |
|---|---|
| pack-priv final PyObject key_separator | |
| markers | back to summary |
|---|---|
| pack-priv final AbstractDict markers | |
| skipkeys | back to summary |
|---|---|
| pack-priv final boolean skipkeys | |
| sort_keys | back to summary |
|---|---|
| pack-priv final PyObject sort_keys | |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| Encoder | back to summary |
|---|---|
| public Encoder(PyObject[] args, String[] kwds) | |
| Encoder | back to summary |
|---|---|
| public Encoder(PyType subtype, PyObject[] args, String[] kwds) | |
| __call__ | back to summary |
|---|---|
| public PyObject __call__(PyObject obj) Overrides org. Doc from org. A variant of the __call__ method with one argument. The default behavior is to invoke
| |
| __call__ | back to summary |
|---|---|
| public PyObject __call__(PyObject obj, PyObject indent_level) Overrides org. Doc from org. A variant of the __call__ method with two arguments. The default behavior is to invoke
| |
| checkCircularReference | back to summary |
|---|---|
| private PyObject checkCircularReference(PyObject obj) | |
| encode_dict | back to summary |
|---|---|
| private void encode_dict(PyList rval, AbstractDict dct, int indent_level) | |
| encode_float | back to summary |
|---|---|
| private PyString encode_float(PyObject obj) | |
| encode_list | back to summary |
|---|---|
| private void encode_list(PyList rval, PyObject seq, int indent_level) | |
| encode_obj | back to summary |
|---|---|
| private void encode_obj(PyList rval, PyObject obj, int indent_level) | |
| encode_string | back to summary |
|---|---|
| private PyString encode_string(PyObject obj) | |
| Encoder___new__ | back to summary |
|---|---|
pack-priv static PyObject Encoder___new__(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
| |
| 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
| |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Implements org. Doc from org. Traverses all directly contained
| |