org.python.core
public static class PyBuiltinFunction.DefaultInfo extends Object implements PyBuiltinFunction.Info
| Constructor Summary | |
|---|---|
| DefaultInfo(String name, int minargs, int maxargs) | |
| DefaultInfo(String name, int nargs) | |
| Method Summary | |
|---|---|
| static boolean | check(int nargs, int minargs, int maxargs) |
| int | getMaxargs() |
| int | getMinargs() |
| String | getName() |
| static PyException | unexpectedCall(int nargs, boolean keywords, String name, int minargs, int maxargs) |
| PyException | unexpectedCall(int nargs, boolean keywords) |