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()
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()

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)
Jython homepage