Annotation Type KeywordArgs


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface KeywordArgs
    Use this annotation for @PythonBuiltinLib functions that use python's variable and keyword style function invocation. The signature of the function needs to be PyObject[], String[]
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String[] names  
      java.lang.Class<?>[] types  
    • Element Detail

      • names

        java.lang.String[] names
      • types

        java.lang.Class<?>[] types