Interface PyBuiltinCallable.Info

    • Method Detail

      • getName

        java.lang.String getName()
      • getMaxargs

        int getMaxargs()
      • getMinargs

        int getMinargs()
      • unexpectedCall

        PyException unexpectedCall​(int nargs,
                                   boolean keywords)