org.python.core
public class PyBuiltinMethodSet extends PyBuiltinFunctionSet implements Cloneable
| Constructor Summary | |
|---|---|
| PyBuiltinMethodSet(String name, int index, int minargs, int maxargs, String doc, Class type) | |
| Method Summary | |
|---|---|
| PyBuiltinFunction | bind(PyObject bindTo) |
| PyObject | getSelf() |
| String | toString() |
| PyObject | __get__(PyObject obj, PyObject type) |