org.python.core

Interface PyBuiltinFunction.Info

Known Implementing Classes:
PyBuiltinFunction.DefaultInfo, PyMethodDescr

public static interface PyBuiltinFunction.Info

Method Summary

int
getMaxargs()
int
getMinargs()
String
getName()
PyException
unexpectedCall(int nargs, boolean keywords)

Method Details

getMaxargs

public int getMaxargs()

getMinargs

public int getMinargs()

getName

public String getName()

unexpectedCall

public PyException unexpectedCall(int nargs,
                                  boolean keywords)

Jython homepage