Interface PyBuiltinFunction.Info

All Known Implementing Classes:
PyBuiltinFunction.DefaultInfo, PyClassMethodDescr, PyMethodDescr
Enclosing class:
PyBuiltinFunction

public static interface PyBuiltinFunction.Info
  • Method Details

    • getName

      String getName()
    • getMaxargs

      int getMaxargs()
    • getMinargs

      int getMinargs()
    • unexpectedCall

      PyException unexpectedCall(int nargs, boolean keywords)