public static interface PyBuiltinFunction.Info
int
getMaxargs()
getMinargs()
String
getName()
PyException
unexpectedCall(int nargs, boolean keywords)
public int getMaxargs()
public int getMinargs()
public String getName()
public PyException unexpectedCall(int nargs, boolean keywords)