Interface PyBuiltinCallable.Info

All Superinterfaces:
Serializable
All Known Implementing Classes:
PyBuiltinCallable.DefaultInfo, PyClassMethodDescr, PyMethodDescr
Enclosing class:
PyBuiltinCallable

public static interface PyBuiltinCallable.Info extends Serializable
  • Method Details

    • getName

      String getName()
    • getMaxargs

      int getMaxargs()
    • getMinargs

      int getMinargs()
    • unexpectedCall

      PyException unexpectedCall(int nargs, boolean keywords)