org.python.core

Class PyBuiltinFunction

public abstract class PyBuiltinFunction extends PyObject implements PyType.Newstyle

Nested Class Summary
static classPyBuiltinFunction.DefaultInfo
interfacePyBuiltinFunction.Info
Field Summary
static Stringexposed_name
Method Summary
PyObjectfastGetDoc()
PyObjectfastGetName()
PyObjectgetSelf()
abstract PyObjectinst_call(PyObject self)
abstract PyObjectinst_call(PyObject self, PyObject arg0)
abstract PyObjectinst_call(PyObject self, PyObject arg0, PyObject arg1)
abstract PyObjectinst_call(PyObject self, PyObject arg0, PyObject arg1, PyObject arg2)
abstract PyObjectinst_call(PyObject self, PyObject arg0, PyObject arg1, PyObject arg2, PyObject arg3)
abstract PyObjectinst_call(PyObject self, PyObject[] args)
abstract PyObjectinst_call(PyObject self, PyObject[] args, String[] keywords)
PyObjectmakeCall()
voidsetInfo(PyBuiltinFunction.Info info)
StringtoString()
static voidtypeSetup(PyObject dict, PyType.Newstyle marker)

Field Detail

exposed_name

public static final String exposed_name

Method Detail

fastGetDoc

public PyObject fastGetDoc()

fastGetName

public PyObject fastGetName()

getSelf

public PyObject getSelf()

inst_call

public abstract PyObject inst_call(PyObject self)

inst_call

public abstract PyObject inst_call(PyObject self, PyObject arg0)

inst_call

public abstract PyObject inst_call(PyObject self, PyObject arg0, PyObject arg1)

inst_call

public abstract PyObject inst_call(PyObject self, PyObject arg0, PyObject arg1, PyObject arg2)

inst_call

public abstract PyObject inst_call(PyObject self, PyObject arg0, PyObject arg1, PyObject arg2, PyObject arg3)

inst_call

public abstract PyObject inst_call(PyObject self, PyObject[] args)

inst_call

public abstract PyObject inst_call(PyObject self, PyObject[] args, String[] keywords)

makeCall

public PyObject makeCall()

setInfo

public void setInfo(PyBuiltinFunction.Info info)

toString

public String toString()

typeSetup

public static void typeSetup(PyObject dict, PyType.Newstyle marker)