Has anyone had success invoking an NSBlock? I have a python objc class that i have crated, which is accepting an ObjCBlock as an argument. The Block takes two arguments, and integer and a pointer (to the objc equivalent of a list). (This is the completion arg of for a PA2ConsoleCompletionProvider )
However, when calling ObjCInstance on the pointer, it returns an NSBlock. This has a method invoke(), but it does not want to take arguments. I feel like I have ben able to do this before, but I have forgotton how!