ClassDictInitpublic class _functools extends java.lang.Object implements ClassDictInit
| Modifier and Type | Field | Description |
|---|---|---|
static PyString |
__doc__ |
|
static PyString |
__doc__reduce |
| Constructor | Description |
|---|---|
_functools() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
classDictInit(PyObject dict) |
|
static PyObject |
reduce(PyObject f,
PyObject l) |
|
static PyObject |
reduce(PyObject f,
PyObject l,
PyObject z) |