org.python.core
Interface PyBuiltinFunction.Info

All Known Implementing Classes:
PyBuiltinFunction.DefaultInfo, PyMethodDescr
Enclosing interface:
PyBuiltinFunction

public static interface PyBuiltinFunction.Info


Method Summary
 int getMaxargs()
           
 int getMinargs()
           
 java.lang.String getName()
           
 PyException unexpectedCall(int nargs, boolean keywords)
           
 

Method Detail

getName

public java.lang.String getName()

getMaxargs

public int getMaxargs()

getMinargs

public int getMinargs()

unexpectedCall

public PyException unexpectedCall(int nargs,
                                  boolean keywords)


Jython homepage