org.python.core
public abstract class PyBuiltinFunction extends PyObject implements PyType.Newstyle
| Nested Class Summary | |
|---|---|
| static class | PyBuiltinFunction.DefaultInfo |
| interface | PyBuiltinFunction.Info |
| Field Summary | |
|---|---|
| static String | exposed_name |
| Method Summary | |
|---|---|
| PyObject | fastGetDoc() |
| PyObject | fastGetName() |
| PyObject | getSelf() |
| PyObject | makeCall() |
| void | setInfo(PyBuiltinFunction.Info info) |
| String | toString() |
| static void | typeSetup(PyObject dict, PyType.Newstyle marker) |