Top Fields Constructors Methods
org.python.core

public Class PyBuiltinFunction

extends PyBuiltinCallable
implements ExposeAsSuperclass
Class Inheritance
All Implemented Interfaces
org.python.expose.ExposeAsSuperclass
Known Direct Subclasses
org.python.core.PyBuiltinFunctionNarrow, org.python.core.ImportFunction, org.python.core.SortedFunction, org.python.core.PrintFunction, org.python.core.MaxFunction, org.python.core.MinFunction, org.python.core.RoundFunction, org.python.core.CompileFunction, org.python.core.OpenFunction, org.python.core.NextFunction, org.python.core.BinFunction
Annotations
@Untraversable
Imports
org.python.expose.ExposeAsSuperclass

Field Summary

Inherited from org.python.core.PyBuiltinCallable:
docinfo

Constructor Summary

AccessConstructor and Description
protected
protected
PyBuiltinFunction(String name, int minargs, int maxargs, String doc)

Method Summary

Modifier and TypeMethod and Description
public PyBuiltinCallable
bind(PyObject self)

Implements abstract org.python.core.PyBuiltinCallable.bind.

Returns a new instance of this type of PyBuiltinFunction bound to self

public boolean
public boolean
public boolean
public String
toString()

Overrides org.python.core.PyBuiltinCallable.toString.

Returns a string representation of the object.

Inherited from org.python.core.PyBuiltinCallable:
fastGetNamegetDocgetModulegetSelfmakeCallsetInfo

Constructor Detail

PyBuiltinFunctionback to summary
protected PyBuiltinFunction(String name, String doc)
PyBuiltinFunctionback to summary
protected PyBuiltinFunction(String name, int minargs, int maxargs, String doc)

Method Detail

bindback to summary
public PyBuiltinCallable bind(PyObject self)

Implements abstract org.python.core.PyBuiltinCallable.bind.

Doc from org.python.core.PyBuiltinCallable.bind.

Returns a new instance of this type of PyBuiltinFunction bound to self

isMappingTypeback to summary
public boolean isMappingType()

Overrides org.python.core.PyObject.isMappingType.

isNumberTypeback to summary
public boolean isNumberType()

Overrides org.python.core.PyObject.isNumberType.

isSequenceTypeback to summary
public boolean isSequenceType()

Overrides org.python.core.PyObject.isSequenceType.

toStringback to summary
public String toString()

Overrides org.python.core.PyBuiltinCallable.toString.

Doc from java.lang.Object.toString.

Returns a string representation of the object. Satisfying this method's contract implies a non-null result must be returned.

Returns:String

a string representation of the object