Package org.python.modules._functools
Class _functools
- java.lang.Object
-
- org.python.modules._functools._functools
-
- All Implemented Interfaces:
ClassDictInit
public class _functools extends java.lang.Object implements ClassDictInit
The Python _functools module.
-
-
Field Summary
Fields Modifier and Type Field Description static PyString__doc__static PyString__doc__reduce
-
Constructor Summary
Constructors Constructor Description _functools()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidclassDictInit(PyObject dict)static PyObjectreduce(PyObject f, PyObject l)static PyObjectreduce(PyObject f, PyObject l, PyObject z)
-