Annotation Type KeywordArgs
- 
 @Retention(RUNTIME) @Target(METHOD) public @interface KeywordArgsUse 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[]