• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/test/

Lines Matching refs:obj

845 +(bool)callboolMethodOf:(PyObjC_TestClass1*)obj;
846 +(bool)invokeboolMethodOf:(PyObjC_TestClass1*)obj;
848 +(BOOL)callBOOLMethodOf:(PyObjC_TestClass1*)obj;
849 +(BOOL)invokeBOOLMethodOf:(PyObjC_TestClass1*)obj;
850 +(char)callcharMethodOf:(PyObjC_TestClass1*)obj;
851 +(char)invokecharMethodOf:(PyObjC_TestClass1*)obj;
852 +(signed short)callsignedshortMethodOf:(PyObjC_TestClass1*)obj;
853 +(signed short)invokesignedshortMethodOf:(PyObjC_TestClass1*)obj;
854 +(signed int)callsignedintMethodOf:(PyObjC_TestClass1*)obj;
855 +(signed int)invokesignedintMethodOf:(PyObjC_TestClass1*)obj;
856 +(signed long)callsignedlongMethodOf:(PyObjC_TestClass1*)obj;
857 +(signed long)invokesignedlongMethodOf:(PyObjC_TestClass1*)obj;
858 +(signed long long)callsignedlonglongMethodOf:(PyObjC_TestClass1*)obj;
859 +(signed long long)invokesignedlonglongMethodOf:(PyObjC_TestClass1*)obj;
860 +(unsigned char)callunsignedcharMethodOf:(PyObjC_TestClass1*)obj;
861 +(unsigned char)invokeunsignedcharMethodOf:(PyObjC_TestClass1*)obj;
862 +(unsigned short)callunsignedshortMethodOf:(PyObjC_TestClass1*)obj;
863 +(unsigned short)invokeunsignedshortMethodOf:(PyObjC_TestClass1*)obj;
864 +(unsigned int)callunsignedintMethodOf:(PyObjC_TestClass1*)obj;
865 +(unsigned int)invokeunsignedintMethodOf:(PyObjC_TestClass1*)obj;
866 +(unsigned long)callunsignedlongMethodOf:(PyObjC_TestClass1*)obj;
867 +(unsigned long)invokeunsignedlongMethodOf:(PyObjC_TestClass1*)obj;
868 +(unsigned long long)callunsignedlonglongMethodOf:(PyObjC_TestClass1*)obj;
869 +(unsigned long long)invokeunsignedlonglongMethodOf:(PyObjC_TestClass1*)obj;
870 +(float)callfloatMethodOf:(PyObjC_TestClass1*)obj;
871 +(float)invokefloatMethodOf:(PyObjC_TestClass1*)obj;
872 +(double)calldoubleMethodOf:(PyObjC_TestClass1*)obj;
873 +(double)invokedoubleMethodOf:(PyObjC_TestClass1*)obj;
874 +(id)callidMethodOf:(PyObjC_TestClass1*)obj;
875 +(id)invokeidMethodOf:(PyObjC_TestClass1*)obj;
876 +(char*)callcharPtrMethodOf:(PyObjC_TestClass1*)obj;
877 +(char*)invokecharPtrMethodOf:(PyObjC_TestClass1*)obj;
878 +(NSPoint)callNSPointMethodOf:(PyObjC_TestClass1*)obj;
879 +(NSPoint)invokeNSPointMethodOf:(PyObjC_TestClass1*)obj;
880 +(NSRect)callNSRectMethodOf:(PyObjC_TestClass1*)obj;
881 +(NSRect)invokeNSRectMethodOf:(PyObjC_TestClass1*)obj;
882 +(struct TestStruct1)callstructTestStruct1MethodOf:(PyObjC_TestClass1*)obj;
883 +(struct TestStruct1)invokestructTestStruct1MethodOf:(PyObjC_TestClass1*)obj;
884 +(struct TestStruct2)callstructTestStruct2MethodOf:(PyObjC_TestClass1*)obj;
885 +(struct TestStruct2)invokestructTestStruct2MethodOf:(PyObjC_TestClass1*)obj;
886 +(struct TestStruct3)callstructTestStruct3MethodOf:(PyObjC_TestClass1*)obj;
887 +(struct TestStruct3)invokestructTestStruct3MethodOf:(PyObjC_TestClass1*)obj;
888 +(struct TestStruct4)callstructTestStruct4MethodOf:(PyObjC_TestClass1*)obj;
889 +(struct TestStruct4)invokestructTestStruct4MethodOf:(PyObjC_TestClass1*)obj;
890 +(struct TestStruct5)callstructTestStruct5MethodOf:(PyObjC_TestClass1*)obj;
891 +(struct TestStruct5)invokestructTestStruct5MethodOf:(PyObjC_TestClass1*)obj;
894 +(id)callboolArg:(bool)arg of:(PyObjC_TestClass1*)obj;
895 +(id)invokeboolArg:(bool)arg of:(PyObjC_TestClass1*)obj;
897 +(id)callBOOLArg:(BOOL)arg of:(PyObjC_TestClass1*)obj;
898 +(id)invokeBOOLArg:(BOOL)arg of:(PyObjC_TestClass1*)obj;
899 +(id)callcharArg:(char)arg of:(PyObjC_TestClass1*)obj;
900 +(id)invokecharArg:(char)arg of:(PyObjC_TestClass1*)obj;
901 +(id)callsignedshortArg:(signed short)arg of:(PyObjC_TestClass1*)obj;
902 +(id)invokesignedshortArg:(signed short)arg of:(PyObjC_TestClass1*)obj;
903 +(id)callsignedintArg:(signed int)arg of:(PyObjC_TestClass1*)obj;
904 +(id)invokesignedintArg:(signed int)arg of:(PyObjC_TestClass1*)obj;
905 +(id)callsignedlongArg:(signed long)arg of:(PyObjC_TestClass1*)obj;
906 +(id)invokesignedlongArg:(signed long)arg of:(PyObjC_TestClass1*)obj;
907 +(id)callsignedlonglongArg:(signed long long)arg of:(PyObjC_TestClass1*)obj;
908 +(id)invokesignedlonglongArg:(signed long long)arg of:(PyObjC_TestClass1*)obj;
909 +(id)callunsignedcharArg:(unsigned char)arg of:(PyObjC_TestClass1*)obj;
910 +(id)invokeunsignedcharArg:(unsigned char)arg of:(PyObjC_TestClass1*)obj;
911 +(id)callunsignedshortArg:(unsigned short)arg of:(PyObjC_TestClass1*)obj;
912 +(id)invokeunsignedshortArg:(unsigned short)arg of:(PyObjC_TestClass1*)obj;
913 +(id)callunsignedintArg:(unsigned int)arg of:(PyObjC_TestClass1*)obj;
914 +(id)invokeunsignedintArg:(unsigned int)arg of:(PyObjC_TestClass1*)obj;
915 +(id)callunsignedlongArg:(unsigned long)arg of:(PyObjC_TestClass1*)obj;
916 +(id)invokeunsignedlongArg:(unsigned long)arg of:(PyObjC_TestClass1*)obj;
917 +(id)callunsignedlonglongArg:(unsigned long long)arg of:(PyObjC_TestClass1*)obj;
918 +(id)invokeunsignedlonglongArg:(unsigned long long)arg of:(PyObjC_TestClass1*)obj;
919 +(id)callfloatArg:(float)arg of:(PyObjC_TestClass1*)obj;
920 +(id)invokefloatArg:(float)arg of:(PyObjC_TestClass1*)obj;
921 +(id)calldoubleArg:(double)arg of:(PyObjC_TestClass1*)obj;
922 +(id)invokedoubleArg:(double)arg of:(PyObjC_TestClass1*)obj;
923 +(id)callidArg:(id)arg of:(PyObjC_TestClass1*)obj;
924 +(id)invokeidArg:(id)arg of:(PyObjC_TestClass1*)obj;
925 +(id)callcharPtrArg:(char*)arg of:(PyObjC_TestClass1*)obj;
926 +(id)invokecharPtrArg:(char*)arg of:(PyObjC_TestClass1*)obj;
927 +(id)callNSPointArg:(NSPoint)arg of:(PyObjC_TestClass1*)obj;
928 +(id)invokeNSPointArg:(NSPoint)arg of:(PyObjC_TestClass1*)obj;
929 +(id)callNSRectArg:(NSRect)arg of:(PyObjC_TestClass1*)obj;
930 +(id)invokeNSRectArg:(NSRect)arg of:(PyObjC_TestClass1*)obj;
931 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg of:(PyObjC_TestClass1*)obj;
932 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg of:(PyObjC_TestClass1*)obj;
933 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg of:(PyObjC_TestClass1*)obj;
934 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg of:(PyObjC_TestClass1*)obj;
935 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg of:(PyObjC_TestClass1*)obj;
936 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg of:(PyObjC_TestClass1*)obj;
937 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg of:(PyObjC_TestClass1*)obj;
938 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg of:(PyObjC_TestClass1*)obj;
939 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg of:(PyObjC_TestClass1*)obj;
940 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg of:(PyObjC_TestClass1*)obj;
943 +(id)callboolArg:(bool)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
944 +(id)invokeboolArg:(bool)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
947 +(id)callboolArg:(bool)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
948 +(id)invokeboolArg:(bool)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
951 +(id)callboolArg:(bool)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
952 +(id)invokeboolArg:(bool)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
955 +(id)callboolArg:(bool)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
956 +(id)invokeboolArg:(bool)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
959 +(id)callboolArg:(bool)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
960 +(id)invokeboolArg:(bool)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
963 +(id)callboolArg:(bool)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
964 +(id)invokeboolArg:(bool)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
967 +(id)callboolArg:(bool)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
968 +(id)invokeboolArg:(bool)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
971 +(id)callboolArg:(bool)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
972 +(id)invokeboolArg:(bool)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
975 +(id)callboolArg:(bool)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
976 +(id)invokeboolArg:(bool)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
979 +(id)callboolArg:(bool)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
980 +(id)invokeboolArg:(bool)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
983 +(id)callboolArg:(bool)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
984 +(id)invokeboolArg:(bool)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
987 +(id)callboolArg:(bool)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
988 +(id)invokeboolArg:(bool)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
991 +(id)callboolArg:(bool)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
992 +(id)invokeboolArg:(bool)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
995 +(id)callboolArg:(bool)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
996 +(id)invokeboolArg:(bool)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
999 +(id)callboolArg:(bool)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1000 +(id)invokeboolArg:(bool)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1003 +(id)callboolArg:(bool)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1004 +(id)invokeboolArg:(bool)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1007 +(id)callboolArg:(bool)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1008 +(id)invokeboolArg:(bool)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1011 +(id)callboolArg:(bool)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1012 +(id)invokeboolArg:(bool)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1015 +(id)callboolArg:(bool)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1016 +(id)invokeboolArg:(bool)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1019 +(id)callboolArg:(bool)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1020 +(id)invokeboolArg:(bool)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1023 +(id)callboolArg:(bool)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1024 +(id)invokeboolArg:(bool)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1027 +(id)callboolArg:(bool)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1028 +(id)invokeboolArg:(bool)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1031 +(id)callboolArg:(bool)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1032 +(id)invokeboolArg:(bool)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1035 +(id)callBOOLArg:(BOOL)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1036 +(id)invokeBOOLArg:(BOOL)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1038 +(id)callBOOLArg:(BOOL)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1039 +(id)invokeBOOLArg:(BOOL)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1040 +(id)callBOOLArg:(BOOL)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1041 +(id)invokeBOOLArg:(BOOL)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1042 +(id)callBOOLArg:(BOOL)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1043 +(id)invokeBOOLArg:(BOOL)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1044 +(id)callBOOLArg:(BOOL)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1045 +(id)invokeBOOLArg:(BOOL)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1046 +(id)callBOOLArg:(BOOL)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1047 +(id)invokeBOOLArg:(BOOL)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1048 +(id)callBOOLArg:(BOOL)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1049 +(id)invokeBOOLArg:(BOOL)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1050 +(id)callBOOLArg:(BOOL)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1051 +(id)invokeBOOLArg:(BOOL)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1052 +(id)callBOOLArg:(BOOL)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1053 +(id)invokeBOOLArg:(BOOL)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1054 +(id)callBOOLArg:(BOOL)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1055 +(id)invokeBOOLArg:(BOOL)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1056 +(id)callBOOLArg:(BOOL)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1057 +(id)invokeBOOLArg:(BOOL)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1058 +(id)callBOOLArg:(BOOL)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1059 +(id)invokeBOOLArg:(BOOL)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1060 +(id)callBOOLArg:(BOOL)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1061 +(id)invokeBOOLArg:(BOOL)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1062 +(id)callBOOLArg:(BOOL)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1063 +(id)invokeBOOLArg:(BOOL)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1064 +(id)callBOOLArg:(BOOL)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1065 +(id)invokeBOOLArg:(BOOL)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1066 +(id)callBOOLArg:(BOOL)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1067 +(id)invokeBOOLArg:(BOOL)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1068 +(id)callBOOLArg:(BOOL)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1069 +(id)invokeBOOLArg:(BOOL)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1070 +(id)callBOOLArg:(BOOL)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1071 +(id)invokeBOOLArg:(BOOL)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1072 +(id)callBOOLArg:(BOOL)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1073 +(id)invokeBOOLArg:(BOOL)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1074 +(id)callBOOLArg:(BOOL)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1075 +(id)invokeBOOLArg:(BOOL)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1076 +(id)callBOOLArg:(BOOL)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1077 +(id)invokeBOOLArg:(BOOL)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1078 +(id)callBOOLArg:(BOOL)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1079 +(id)invokeBOOLArg:(BOOL)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1080 +(id)callBOOLArg:(BOOL)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1081 +(id)invokeBOOLArg:(BOOL)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1083 +(id)callcharArg:(char)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1084 +(id)invokecharArg:(char)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1086 +(id)callcharArg:(char)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1087 +(id)invokecharArg:(char)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1088 +(id)callcharArg:(char)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1089 +(id)invokecharArg:(char)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1090 +(id)callcharArg:(char)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1091 +(id)invokecharArg:(char)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1092 +(id)callcharArg:(char)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1093 +(id)invokecharArg:(char)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1094 +(id)callcharArg:(char)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1095 +(id)invokecharArg:(char)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1096 +(id)callcharArg:(char)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1097 +(id)invokecharArg:(char)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1098 +(id)callcharArg:(char)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1099 +(id)invokecharArg:(char)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1100 +(id)callcharArg:(char)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1101 +(id)invokecharArg:(char)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1102 +(id)callcharArg:(char)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1103 +(id)invokecharArg:(char)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1104 +(id)callcharArg:(char)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1105 +(id)invokecharArg:(char)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1106 +(id)callcharArg:(char)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1107 +(id)invokecharArg:(char)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1108 +(id)callcharArg:(char)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1109 +(id)invokecharArg:(char)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1110 +(id)callcharArg:(char)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1111 +(id)invokecharArg:(char)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1112 +(id)callcharArg:(char)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1113 +(id)invokecharArg:(char)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1114 +(id)callcharArg:(char)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1115 +(id)invokecharArg:(char)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1116 +(id)callcharArg:(char)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1117 +(id)invokecharArg:(char)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1118 +(id)callcharArg:(char)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1119 +(id)invokecharArg:(char)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1120 +(id)callcharArg:(char)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1121 +(id)invokecharArg:(char)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1122 +(id)callcharArg:(char)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1123 +(id)invokecharArg:(char)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1124 +(id)callcharArg:(char)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1125 +(id)invokecharArg:(char)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1126 +(id)callcharArg:(char)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1127 +(id)invokecharArg:(char)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1128 +(id)callcharArg:(char)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1129 +(id)invokecharArg:(char)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1131 +(id)callsignedshortArg:(signed short)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1132 +(id)invokesignedshortArg:(signed short)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1134 +(id)callsignedshortArg:(signed short)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1135 +(id)invokesignedshortArg:(signed short)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1136 +(id)callsignedshortArg:(signed short)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1137 +(id)invokesignedshortArg:(signed short)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1138 +(id)callsignedshortArg:(signed short)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1139 +(id)invokesignedshortArg:(signed short)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1140 +(id)callsignedshortArg:(signed short)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1141 +(id)invokesignedshortArg:(signed short)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1142 +(id)callsignedshortArg:(signed short)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1143 +(id)invokesignedshortArg:(signed short)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1144 +(id)callsignedshortArg:(signed short)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1145 +(id)invokesignedshortArg:(signed short)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1146 +(id)callsignedshortArg:(signed short)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1147 +(id)invokesignedshortArg:(signed short)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1148 +(id)callsignedshortArg:(signed short)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1149 +(id)invokesignedshortArg:(signed short)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1150 +(id)callsignedshortArg:(signed short)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1151 +(id)invokesignedshortArg:(signed short)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1152 +(id)callsignedshortArg:(signed short)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1153 +(id)invokesignedshortArg:(signed short)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1154 +(id)callsignedshortArg:(signed short)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1155 +(id)invokesignedshortArg:(signed short)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1156 +(id)callsignedshortArg:(signed short)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1157 +(id)invokesignedshortArg:(signed short)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1158 +(id)callsignedshortArg:(signed short)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1159 +(id)invokesignedshortArg:(signed short)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1160 +(id)callsignedshortArg:(signed short)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1161 +(id)invokesignedshortArg:(signed short)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1162 +(id)callsignedshortArg:(signed short)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1163 +(id)invokesignedshortArg:(signed short)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1164 +(id)callsignedshortArg:(signed short)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1165 +(id)invokesignedshortArg:(signed short)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1166 +(id)callsignedshortArg:(signed short)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1167 +(id)invokesignedshortArg:(signed short)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1168 +(id)callsignedshortArg:(signed short)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1169 +(id)invokesignedshortArg:(signed short)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1170 +(id)callsignedshortArg:(signed short)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1171 +(id)invokesignedshortArg:(signed short)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1172 +(id)callsignedshortArg:(signed short)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1173 +(id)invokesignedshortArg:(signed short)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1174 +(id)callsignedshortArg:(signed short)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1175 +(id)invokesignedshortArg:(signed short)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1176 +(id)callsignedshortArg:(signed short)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1177 +(id)invokesignedshortArg:(signed short)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1179 +(id)callsignedintArg:(signed int)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1180 +(id)invokesignedintArg:(signed int)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1182 +(id)callsignedintArg:(signed int)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1183 +(id)invokesignedintArg:(signed int)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1184 +(id)callsignedintArg:(signed int)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1185 +(id)invokesignedintArg:(signed int)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1186 +(id)callsignedintArg:(signed int)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1187 +(id)invokesignedintArg:(signed int)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1188 +(id)callsignedintArg:(signed int)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1189 +(id)invokesignedintArg:(signed int)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1190 +(id)callsignedintArg:(signed int)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1191 +(id)invokesignedintArg:(signed int)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1192 +(id)callsignedintArg:(signed int)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1193 +(id)invokesignedintArg:(signed int)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1194 +(id)callsignedintArg:(signed int)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1195 +(id)invokesignedintArg:(signed int)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1196 +(id)callsignedintArg:(signed int)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1197 +(id)invokesignedintArg:(signed int)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1198 +(id)callsignedintArg:(signed int)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1199 +(id)invokesignedintArg:(signed int)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1200 +(id)callsignedintArg:(signed int)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1201 +(id)invokesignedintArg:(signed int)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1202 +(id)callsignedintArg:(signed int)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1203 +(id)invokesignedintArg:(signed int)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1204 +(id)callsignedintArg:(signed int)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1205 +(id)invokesignedintArg:(signed int)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1206 +(id)callsignedintArg:(signed int)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1207 +(id)invokesignedintArg:(signed int)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1208 +(id)callsignedintArg:(signed int)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1209 +(id)invokesignedintArg:(signed int)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1210 +(id)callsignedintArg:(signed int)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1211 +(id)invokesignedintArg:(signed int)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1212 +(id)callsignedintArg:(signed int)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1213 +(id)invokesignedintArg:(signed int)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1214 +(id)callsignedintArg:(signed int)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1215 +(id)invokesignedintArg:(signed int)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1216 +(id)callsignedintArg:(signed int)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1217 +(id)invokesignedintArg:(signed int)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1218 +(id)callsignedintArg:(signed int)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1219 +(id)invokesignedintArg:(signed int)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1220 +(id)callsignedintArg:(signed int)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1221 +(id)invokesignedintArg:(signed int)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1222 +(id)callsignedintArg:(signed int)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1223 +(id)invokesignedintArg:(signed int)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1224 +(id)callsignedintArg:(signed int)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1225 +(id)invokesignedintArg:(signed int)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1227 +(id)callsignedlongArg:(signed long)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1228 +(id)invokesignedlongArg:(signed long)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1230 +(id)callsignedlongArg:(signed long)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1231 +(id)invokesignedlongArg:(signed long)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1232 +(id)callsignedlongArg:(signed long)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1233 +(id)invokesignedlongArg:(signed long)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1234 +(id)callsignedlongArg:(signed long)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1235 +(id)invokesignedlongArg:(signed long)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1236 +(id)callsignedlongArg:(signed long)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1237 +(id)invokesignedlongArg:(signed long)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1238 +(id)callsignedlongArg:(signed long)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1239 +(id)invokesignedlongArg:(signed long)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1240 +(id)callsignedlongArg:(signed long)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1241 +(id)invokesignedlongArg:(signed long)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1242 +(id)callsignedlongArg:(signed long)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1243 +(id)invokesignedlongArg:(signed long)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1244 +(id)callsignedlongArg:(signed long)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1245 +(id)invokesignedlongArg:(signed long)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1246 +(id)callsignedlongArg:(signed long)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1247 +(id)invokesignedlongArg:(signed long)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1248 +(id)callsignedlongArg:(signed long)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1249 +(id)invokesignedlongArg:(signed long)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1250 +(id)callsignedlongArg:(signed long)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1251 +(id)invokesignedlongArg:(signed long)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1252 +(id)callsignedlongArg:(signed long)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1253 +(id)invokesignedlongArg:(signed long)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1254 +(id)callsignedlongArg:(signed long)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1255 +(id)invokesignedlongArg:(signed long)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1256 +(id)callsignedlongArg:(signed long)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1257 +(id)invokesignedlongArg:(signed long)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1258 +(id)callsignedlongArg:(signed long)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1259 +(id)invokesignedlongArg:(signed long)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1260 +(id)callsignedlongArg:(signed long)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1261 +(id)invokesignedlongArg:(signed long)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1262 +(id)callsignedlongArg:(signed long)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1263 +(id)invokesignedlongArg:(signed long)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1264 +(id)callsignedlongArg:(signed long)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1265 +(id)invokesignedlongArg:(signed long)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1266 +(id)callsignedlongArg:(signed long)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1267 +(id)invokesignedlongArg:(signed long)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1268 +(id)callsignedlongArg:(signed long)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1269 +(id)invokesignedlongArg:(signed long)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1270 +(id)callsignedlongArg:(signed long)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1271 +(id)invokesignedlongArg:(signed long)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1272 +(id)callsignedlongArg:(signed long)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1273 +(id)invokesignedlongArg:(signed long)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1275 +(id)callsignedlonglongArg:(signed long long)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1276 +(id)invokesignedlonglongArg:(signed long long)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1278 +(id)callsignedlonglongArg:(signed long long)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1279 +(id)invokesignedlonglongArg:(signed long long)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1280 +(id)callsignedlonglongArg:(signed long long)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1281 +(id)invokesignedlonglongArg:(signed long long)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1282 +(id)callsignedlonglongArg:(signed long long)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1283 +(id)invokesignedlonglongArg:(signed long long)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1284 +(id)callsignedlonglongArg:(signed long long)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1285 +(id)invokesignedlonglongArg:(signed long long)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1286 +(id)callsignedlonglongArg:(signed long long)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1287 +(id)invokesignedlonglongArg:(signed long long)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1288 +(id)callsignedlonglongArg:(signed long long)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1289 +(id)invokesignedlonglongArg:(signed long long)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1290 +(id)callsignedlonglongArg:(signed long long)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1291 +(id)invokesignedlonglongArg:(signed long long)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1292 +(id)callsignedlonglongArg:(signed long long)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1293 +(id)invokesignedlonglongArg:(signed long long)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1294 +(id)callsignedlonglongArg:(signed long long)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1295 +(id)invokesignedlonglongArg:(signed long long)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1296 +(id)callsignedlonglongArg:(signed long long)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1297 +(id)invokesignedlonglongArg:(signed long long)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1298 +(id)callsignedlonglongArg:(signed long long)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1299 +(id)invokesignedlonglongArg:(signed long long)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1300 +(id)callsignedlonglongArg:(signed long long)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1301 +(id)invokesignedlonglongArg:(signed long long)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1302 +(id)callsignedlonglongArg:(signed long long)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1303 +(id)invokesignedlonglongArg:(signed long long)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1304 +(id)callsignedlonglongArg:(signed long long)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1305 +(id)invokesignedlonglongArg:(signed long long)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1306 +(id)callsignedlonglongArg:(signed long long)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1307 +(id)invokesignedlonglongArg:(signed long long)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1308 +(id)callsignedlonglongArg:(signed long long)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1309 +(id)invokesignedlonglongArg:(signed long long)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1310 +(id)callsignedlonglongArg:(signed long long)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1311 +(id)invokesignedlonglongArg:(signed long long)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1312 +(id)callsignedlonglongArg:(signed long long)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1313 +(id)invokesignedlonglongArg:(signed long long)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1314 +(id)callsignedlonglongArg:(signed long long)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1315 +(id)invokesignedlonglongArg:(signed long long)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1316 +(id)callsignedlonglongArg:(signed long long)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1317 +(id)invokesignedlonglongArg:(signed long long)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1318 +(id)callsignedlonglongArg:(signed long long)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1319 +(id)invokesignedlonglongArg:(signed long long)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1320 +(id)callsignedlonglongArg:(signed long long)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1321 +(id)invokesignedlonglongArg:(signed long long)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1323 +(id)callunsignedcharArg:(unsigned char)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1324 +(id)invokeunsignedcharArg:(unsigned char)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1326 +(id)callunsignedcharArg:(unsigned char)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1327 +(id)invokeunsignedcharArg:(unsigned char)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1328 +(id)callunsignedcharArg:(unsigned char)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1329 +(id)invokeunsignedcharArg:(unsigned char)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1330 +(id)callunsignedcharArg:(unsigned char)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1331 +(id)invokeunsignedcharArg:(unsigned char)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1332 +(id)callunsignedcharArg:(unsigned char)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1333 +(id)invokeunsignedcharArg:(unsigned char)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1334 +(id)callunsignedcharArg:(unsigned char)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1335 +(id)invokeunsignedcharArg:(unsigned char)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1336 +(id)callunsignedcharArg:(unsigned char)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1337 +(id)invokeunsignedcharArg:(unsigned char)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1338 +(id)callunsignedcharArg:(unsigned char)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1339 +(id)invokeunsignedcharArg:(unsigned char)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1340 +(id)callunsignedcharArg:(unsigned char)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1341 +(id)invokeunsignedcharArg:(unsigned char)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1342 +(id)callunsignedcharArg:(unsigned char)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1343 +(id)invokeunsignedcharArg:(unsigned char)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1344 +(id)callunsignedcharArg:(unsigned char)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1345 +(id)invokeunsignedcharArg:(unsigned char)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1346 +(id)callunsignedcharArg:(unsigned char)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1347 +(id)invokeunsignedcharArg:(unsigned char)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1348 +(id)callunsignedcharArg:(unsigned char)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1349 +(id)invokeunsignedcharArg:(unsigned char)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1350 +(id)callunsignedcharArg:(unsigned char)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1351 +(id)invokeunsignedcharArg:(unsigned char)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1352 +(id)callunsignedcharArg:(unsigned char)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1353 +(id)invokeunsignedcharArg:(unsigned char)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1354 +(id)callunsignedcharArg:(unsigned char)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1355 +(id)invokeunsignedcharArg:(unsigned char)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1356 +(id)callunsignedcharArg:(unsigned char)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1357 +(id)invokeunsignedcharArg:(unsigned char)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1358 +(id)callunsignedcharArg:(unsigned char)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1359 +(id)invokeunsignedcharArg:(unsigned char)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1360 +(id)callunsignedcharArg:(unsigned char)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1361 +(id)invokeunsignedcharArg:(unsigned char)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1362 +(id)callunsignedcharArg:(unsigned char)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1363 +(id)invokeunsignedcharArg:(unsigned char)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1364 +(id)callunsignedcharArg:(unsigned char)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1365 +(id)invokeunsignedcharArg:(unsigned char)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1366 +(id)callunsignedcharArg:(unsigned char)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1367 +(id)invokeunsignedcharArg:(unsigned char)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1368 +(id)callunsignedcharArg:(unsigned char)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1369 +(id)invokeunsignedcharArg:(unsigned char)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1371 +(id)callunsignedshortArg:(unsigned short)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1372 +(id)invokeunsignedshortArg:(unsigned short)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1374 +(id)callunsignedshortArg:(unsigned short)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1375 +(id)invokeunsignedshortArg:(unsigned short)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1376 +(id)callunsignedshortArg:(unsigned short)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1377 +(id)invokeunsignedshortArg:(unsigned short)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1378 +(id)callunsignedshortArg:(unsigned short)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1379 +(id)invokeunsignedshortArg:(unsigned short)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1380 +(id)callunsignedshortArg:(unsigned short)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1381 +(id)invokeunsignedshortArg:(unsigned short)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1382 +(id)callunsignedshortArg:(unsigned short)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1383 +(id)invokeunsignedshortArg:(unsigned short)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1384 +(id)callunsignedshortArg:(unsigned short)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1385 +(id)invokeunsignedshortArg:(unsigned short)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1386 +(id)callunsignedshortArg:(unsigned short)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1387 +(id)invokeunsignedshortArg:(unsigned short)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1388 +(id)callunsignedshortArg:(unsigned short)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1389 +(id)invokeunsignedshortArg:(unsigned short)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1390 +(id)callunsignedshortArg:(unsigned short)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1391 +(id)invokeunsignedshortArg:(unsigned short)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1392 +(id)callunsignedshortArg:(unsigned short)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1393 +(id)invokeunsignedshortArg:(unsigned short)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1394 +(id)callunsignedshortArg:(unsigned short)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1395 +(id)invokeunsignedshortArg:(unsigned short)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1396 +(id)callunsignedshortArg:(unsigned short)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1397 +(id)invokeunsignedshortArg:(unsigned short)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1398 +(id)callunsignedshortArg:(unsigned short)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1399 +(id)invokeunsignedshortArg:(unsigned short)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1400 +(id)callunsignedshortArg:(unsigned short)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1401 +(id)invokeunsignedshortArg:(unsigned short)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1402 +(id)callunsignedshortArg:(unsigned short)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1403 +(id)invokeunsignedshortArg:(unsigned short)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1404 +(id)callunsignedshortArg:(unsigned short)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1405 +(id)invokeunsignedshortArg:(unsigned short)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1406 +(id)callunsignedshortArg:(unsigned short)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1407 +(id)invokeunsignedshortArg:(unsigned short)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1408 +(id)callunsignedshortArg:(unsigned short)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1409 +(id)invokeunsignedshortArg:(unsigned short)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1410 +(id)callunsignedshortArg:(unsigned short)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1411 +(id)invokeunsignedshortArg:(unsigned short)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1412 +(id)callunsignedshortArg:(unsigned short)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1413 +(id)invokeunsignedshortArg:(unsigned short)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1414 +(id)callunsignedshortArg:(unsigned short)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1415 +(id)invokeunsignedshortArg:(unsigned short)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1416 +(id)callunsignedshortArg:(unsigned short)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1417 +(id)invokeunsignedshortArg:(unsigned short)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1419 +(id)callunsignedintArg:(unsigned int)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1420 +(id)invokeunsignedintArg:(unsigned int)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1422 +(id)callunsignedintArg:(unsigned int)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1423 +(id)invokeunsignedintArg:(unsigned int)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1424 +(id)callunsignedintArg:(unsigned int)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1425 +(id)invokeunsignedintArg:(unsigned int)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1426 +(id)callunsignedintArg:(unsigned int)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1427 +(id)invokeunsignedintArg:(unsigned int)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1428 +(id)callunsignedintArg:(unsigned int)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1429 +(id)invokeunsignedintArg:(unsigned int)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1430 +(id)callunsignedintArg:(unsigned int)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1431 +(id)invokeunsignedintArg:(unsigned int)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1432 +(id)callunsignedintArg:(unsigned int)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1433 +(id)invokeunsignedintArg:(unsigned int)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1434 +(id)callunsignedintArg:(unsigned int)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1435 +(id)invokeunsignedintArg:(unsigned int)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1436 +(id)callunsignedintArg:(unsigned int)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1437 +(id)invokeunsignedintArg:(unsigned int)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1438 +(id)callunsignedintArg:(unsigned int)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1439 +(id)invokeunsignedintArg:(unsigned int)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1440 +(id)callunsignedintArg:(unsigned int)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1441 +(id)invokeunsignedintArg:(unsigned int)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1442 +(id)callunsignedintArg:(unsigned int)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1443 +(id)invokeunsignedintArg:(unsigned int)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1444 +(id)callunsignedintArg:(unsigned int)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1445 +(id)invokeunsignedintArg:(unsigned int)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1446 +(id)callunsignedintArg:(unsigned int)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1447 +(id)invokeunsignedintArg:(unsigned int)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1448 +(id)callunsignedintArg:(unsigned int)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1449 +(id)invokeunsignedintArg:(unsigned int)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1450 +(id)callunsignedintArg:(unsigned int)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1451 +(id)invokeunsignedintArg:(unsigned int)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1452 +(id)callunsignedintArg:(unsigned int)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1453 +(id)invokeunsignedintArg:(unsigned int)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1454 +(id)callunsignedintArg:(unsigned int)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1455 +(id)invokeunsignedintArg:(unsigned int)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1456 +(id)callunsignedintArg:(unsigned int)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1457 +(id)invokeunsignedintArg:(unsigned int)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1458 +(id)callunsignedintArg:(unsigned int)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1459 +(id)invokeunsignedintArg:(unsigned int)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1460 +(id)callunsignedintArg:(unsigned int)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1461 +(id)invokeunsignedintArg:(unsigned int)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1462 +(id)callunsignedintArg:(unsigned int)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1463 +(id)invokeunsignedintArg:(unsigned int)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1464 +(id)callunsignedintArg:(unsigned int)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1465 +(id)invokeunsignedintArg:(unsigned int)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1467 +(id)callunsignedlongArg:(unsigned long)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1468 +(id)invokeunsignedlongArg:(unsigned long)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1470 +(id)callunsignedlongArg:(unsigned long)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1471 +(id)invokeunsignedlongArg:(unsigned long)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1472 +(id)callunsignedlongArg:(unsigned long)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1473 +(id)invokeunsignedlongArg:(unsigned long)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1474 +(id)callunsignedlongArg:(unsigned long)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1475 +(id)invokeunsignedlongArg:(unsigned long)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1476 +(id)callunsignedlongArg:(unsigned long)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1477 +(id)invokeunsignedlongArg:(unsigned long)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1478 +(id)callunsignedlongArg:(unsigned long)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1479 +(id)invokeunsignedlongArg:(unsigned long)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1480 +(id)callunsignedlongArg:(unsigned long)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1481 +(id)invokeunsignedlongArg:(unsigned long)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1482 +(id)callunsignedlongArg:(unsigned long)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1483 +(id)invokeunsignedlongArg:(unsigned long)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1484 +(id)callunsignedlongArg:(unsigned long)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1485 +(id)invokeunsignedlongArg:(unsigned long)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1486 +(id)callunsignedlongArg:(unsigned long)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1487 +(id)invokeunsignedlongArg:(unsigned long)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1488 +(id)callunsignedlongArg:(unsigned long)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1489 +(id)invokeunsignedlongArg:(unsigned long)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1490 +(id)callunsignedlongArg:(unsigned long)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1491 +(id)invokeunsignedlongArg:(unsigned long)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1492 +(id)callunsignedlongArg:(unsigned long)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1493 +(id)invokeunsignedlongArg:(unsigned long)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1494 +(id)callunsignedlongArg:(unsigned long)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1495 +(id)invokeunsignedlongArg:(unsigned long)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1496 +(id)callunsignedlongArg:(unsigned long)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1497 +(id)invokeunsignedlongArg:(unsigned long)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1498 +(id)callunsignedlongArg:(unsigned long)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1499 +(id)invokeunsignedlongArg:(unsigned long)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1500 +(id)callunsignedlongArg:(unsigned long)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1501 +(id)invokeunsignedlongArg:(unsigned long)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1502 +(id)callunsignedlongArg:(unsigned long)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1503 +(id)invokeunsignedlongArg:(unsigned long)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1504 +(id)callunsignedlongArg:(unsigned long)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1505 +(id)invokeunsignedlongArg:(unsigned long)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1506 +(id)callunsignedlongArg:(unsigned long)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1507 +(id)invokeunsignedlongArg:(unsigned long)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1508 +(id)callunsignedlongArg:(unsigned long)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1509 +(id)invokeunsignedlongArg:(unsigned long)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1510 +(id)callunsignedlongArg:(unsigned long)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1511 +(id)invokeunsignedlongArg:(unsigned long)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1512 +(id)callunsignedlongArg:(unsigned long)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1513 +(id)invokeunsignedlongArg:(unsigned long)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1515 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1516 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1518 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1519 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1520 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1521 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1522 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1523 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1524 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1525 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1526 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1527 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1528 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1529 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1530 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1531 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1532 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1533 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1534 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1535 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1536 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1537 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1538 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1539 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1540 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1541 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1542 +(id)callunsignedlonglongArg:(unsigned long long)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1543 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1544 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1545 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1546 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1547 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1548 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1549 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1550 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1551 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1552 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1553 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1554 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1555 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1556 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1557 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1558 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1559 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1560 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1561 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1563 +(id)callfloatArg:(float)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1564 +(id)invokefloatArg:(float)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1566 +(id)callfloatArg:(float)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1567 +(id)invokefloatArg:(float)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1568 +(id)callfloatArg:(float)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1569 +(id)invokefloatArg:(float)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1570 +(id)callfloatArg:(float)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1571 +(id)invokefloatArg:(float)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1572 +(id)callfloatArg:(float)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1573 +(id)invokefloatArg:(float)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1574 +(id)callfloatArg:(float)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1575 +(id)invokefloatArg:(float)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1576 +(id)callfloatArg:(float)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1577 +(id)invokefloatArg:(float)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1578 +(id)callfloatArg:(float)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1579 +(id)invokefloatArg:(float)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1580 +(id)callfloatArg:(float)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1581 +(id)invokefloatArg:(float)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1582 +(id)callfloatArg:(float)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1583 +(id)invokefloatArg:(float)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1584 +(id)callfloatArg:(float)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1585 +(id)invokefloatArg:(float)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1586 +(id)callfloatArg:(float)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1587 +(id)invokefloatArg:(float)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1588 +(id)callfloatArg:(float)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1589 +(id)invokefloatArg:(float)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1590 +(id)callfloatArg:(float)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1591 +(id)invokefloatArg:(float)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1592 +(id)callfloatArg:(float)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1593 +(id)invokefloatArg:(float)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1594 +(id)callfloatArg:(float)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1595 +(id)invokefloatArg:(float)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1596 +(id)callfloatArg:(float)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1597 +(id)invokefloatArg:(float)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1598 +(id)callfloatArg:(float)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1599 +(id)invokefloatArg:(float)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1600 +(id)callfloatArg:(float)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1601 +(id)invokefloatArg:(float)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1602 +(id)callfloatArg:(float)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1603 +(id)invokefloatArg:(float)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1604 +(id)callfloatArg:(float)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1605 +(id)invokefloatArg:(float)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1606 +(id)callfloatArg:(float)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1607 +(id)invokefloatArg:(float)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1608 +(id)callfloatArg:(float)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1609 +(id)invokefloatArg:(float)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1611 +(id)calldoubleArg:(double)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1612 +(id)invokedoubleArg:(double)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1614 +(id)calldoubleArg:(double)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1615 +(id)invokedoubleArg:(double)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1616 +(id)calldoubleArg:(double)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1617 +(id)invokedoubleArg:(double)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1618 +(id)calldoubleArg:(double)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1619 +(id)invokedoubleArg:(double)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1620 +(id)calldoubleArg:(double)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1621 +(id)invokedoubleArg:(double)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1622 +(id)calldoubleArg:(double)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1623 +(id)invokedoubleArg:(double)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1624 +(id)calldoubleArg:(double)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1625 +(id)invokedoubleArg:(double)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1626 +(id)calldoubleArg:(double)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1627 +(id)invokedoubleArg:(double)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1628 +(id)calldoubleArg:(double)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1629 +(id)invokedoubleArg:(double)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1630 +(id)calldoubleArg:(double)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1631 +(id)invokedoubleArg:(double)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1632 +(id)calldoubleArg:(double)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1633 +(id)invokedoubleArg:(double)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1634 +(id)calldoubleArg:(double)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1635 +(id)invokedoubleArg:(double)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1636 +(id)calldoubleArg:(double)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1637 +(id)invokedoubleArg:(double)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1638 +(id)calldoubleArg:(double)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1639 +(id)invokedoubleArg:(double)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1640 +(id)calldoubleArg:(double)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1641 +(id)invokedoubleArg:(double)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1642 +(id)calldoubleArg:(double)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1643 +(id)invokedoubleArg:(double)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1644 +(id)calldoubleArg:(double)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1645 +(id)invokedoubleArg:(double)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1646 +(id)calldoubleArg:(double)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1647 +(id)invokedoubleArg:(double)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1648 +(id)calldoubleArg:(double)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1649 +(id)invokedoubleArg:(double)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1650 +(id)calldoubleArg:(double)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1651 +(id)invokedoubleArg:(double)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1652 +(id)calldoubleArg:(double)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1653 +(id)invokedoubleArg:(double)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1654 +(id)calldoubleArg:(double)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1655 +(id)invokedoubleArg:(double)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1656 +(id)calldoubleArg:(double)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1657 +(id)invokedoubleArg:(double)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1659 +(id)callidArg:(id)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1660 +(id)invokeidArg:(id)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1662 +(id)callidArg:(id)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1663 +(id)invokeidArg:(id)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1664 +(id)callidArg:(id)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1665 +(id)invokeidArg:(id)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1666 +(id)callidArg:(id)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1667 +(id)invokeidArg:(id)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1668 +(id)callidArg:(id)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1669 +(id)invokeidArg:(id)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1670 +(id)callidArg:(id)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1671 +(id)invokeidArg:(id)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1672 +(id)callidArg:(id)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1673 +(id)invokeidArg:(id)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1674 +(id)callidArg:(id)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1675 +(id)invokeidArg:(id)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1676 +(id)callidArg:(id)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1677 +(id)invokeidArg:(id)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1678 +(id)callidArg:(id)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1679 +(id)invokeidArg:(id)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1680 +(id)callidArg:(id)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1681 +(id)invokeidArg:(id)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1682 +(id)callidArg:(id)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1683 +(id)invokeidArg:(id)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1684 +(id)callidArg:(id)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1685 +(id)invokeidArg:(id)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1686 +(id)callidArg:(id)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1687 +(id)invokeidArg:(id)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1688 +(id)callidArg:(id)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1689 +(id)invokeidArg:(id)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1690 +(id)callidArg:(id)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1691 +(id)invokeidArg:(id)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1692 +(id)callidArg:(id)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1693 +(id)invokeidArg:(id)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1694 +(id)callidArg:(id)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1695 +(id)invokeidArg:(id)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1696 +(id)callidArg:(id)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1697 +(id)invokeidArg:(id)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1698 +(id)callidArg:(id)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1699 +(id)invokeidArg:(id)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1700 +(id)callidArg:(id)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1701 +(id)invokeidArg:(id)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1702 +(id)callidArg:(id)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1703 +(id)invokeidArg:(id)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1704 +(id)callidArg:(id)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1705 +(id)invokeidArg:(id)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1707 +(id)callcharPtrArg:(char*)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1708 +(id)invokecharPtrArg:(char*)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1710 +(id)callcharPtrArg:(char*)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1711 +(id)invokecharPtrArg:(char*)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1712 +(id)callcharPtrArg:(char*)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1713 +(id)invokecharPtrArg:(char*)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1714 +(id)callcharPtrArg:(char*)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1715 +(id)invokecharPtrArg:(char*)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1716 +(id)callcharPtrArg:(char*)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1717 +(id)invokecharPtrArg:(char*)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1718 +(id)callcharPtrArg:(char*)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1719 +(id)invokecharPtrArg:(char*)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1720 +(id)callcharPtrArg:(char*)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1721 +(id)invokecharPtrArg:(char*)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1722 +(id)callcharPtrArg:(char*)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1723 +(id)invokecharPtrArg:(char*)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1724 +(id)callcharPtrArg:(char*)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1725 +(id)invokecharPtrArg:(char*)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1726 +(id)callcharPtrArg:(char*)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1727 +(id)invokecharPtrArg:(char*)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1728 +(id)callcharPtrArg:(char*)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1729 +(id)invokecharPtrArg:(char*)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1730 +(id)callcharPtrArg:(char*)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1731 +(id)invokecharPtrArg:(char*)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1732 +(id)callcharPtrArg:(char*)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1733 +(id)invokecharPtrArg:(char*)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1734 +(id)callcharPtrArg:(char*)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1735 +(id)invokecharPtrArg:(char*)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1736 +(id)callcharPtrArg:(char*)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1737 +(id)invokecharPtrArg:(char*)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1738 +(id)callcharPtrArg:(char*)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1739 +(id)invokecharPtrArg:(char*)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1740 +(id)callcharPtrArg:(char*)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1741 +(id)invokecharPtrArg:(char*)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1742 +(id)callcharPtrArg:(char*)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1743 +(id)invokecharPtrArg:(char*)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1744 +(id)callcharPtrArg:(char*)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1745 +(id)invokecharPtrArg:(char*)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1746 +(id)callcharPtrArg:(char*)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1747 +(id)invokecharPtrArg:(char*)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1748 +(id)callcharPtrArg:(char*)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1749 +(id)invokecharPtrArg:(char*)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1750 +(id)callcharPtrArg:(char*)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1751 +(id)invokecharPtrArg:(char*)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1752 +(id)callcharPtrArg:(char*)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1753 +(id)invokecharPtrArg:(char*)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1755 +(id)callNSPointArg:(NSPoint)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1756 +(id)invokeNSPointArg:(NSPoint)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1758 +(id)callNSPointArg:(NSPoint)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1759 +(id)invokeNSPointArg:(NSPoint)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1760 +(id)callNSPointArg:(NSPoint)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1761 +(id)invokeNSPointArg:(NSPoint)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1762 +(id)callNSPointArg:(NSPoint)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1763 +(id)invokeNSPointArg:(NSPoint)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1764 +(id)callNSPointArg:(NSPoint)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1765 +(id)invokeNSPointArg:(NSPoint)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1766 +(id)callNSPointArg:(NSPoint)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1767 +(id)invokeNSPointArg:(NSPoint)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1768 +(id)callNSPointArg:(NSPoint)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1769 +(id)invokeNSPointArg:(NSPoint)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1770 +(id)callNSPointArg:(NSPoint)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1771 +(id)invokeNSPointArg:(NSPoint)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1772 +(id)callNSPointArg:(NSPoint)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1773 +(id)invokeNSPointArg:(NSPoint)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1774 +(id)callNSPointArg:(NSPoint)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1775 +(id)invokeNSPointArg:(NSPoint)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1776 +(id)callNSPointArg:(NSPoint)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1777 +(id)invokeNSPointArg:(NSPoint)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1778 +(id)callNSPointArg:(NSPoint)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1779 +(id)invokeNSPointArg:(NSPoint)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1780 +(id)callNSPointArg:(NSPoint)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1781 +(id)invokeNSPointArg:(NSPoint)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1782 +(id)callNSPointArg:(NSPoint)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1783 +(id)invokeNSPointArg:(NSPoint)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1784 +(id)callNSPointArg:(NSPoint)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1785 +(id)invokeNSPointArg:(NSPoint)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1786 +(id)callNSPointArg:(NSPoint)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1787 +(id)invokeNSPointArg:(NSPoint)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1788 +(id)callNSPointArg:(NSPoint)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1789 +(id)invokeNSPointArg:(NSPoint)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1790 +(id)callNSPointArg:(NSPoint)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1791 +(id)invokeNSPointArg:(NSPoint)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1792 +(id)callNSPointArg:(NSPoint)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1793 +(id)invokeNSPointArg:(NSPoint)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1794 +(id)callNSPointArg:(NSPoint)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1795 +(id)invokeNSPointArg:(NSPoint)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1796 +(id)callNSPointArg:(NSPoint)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1797 +(id)invokeNSPointArg:(NSPoint)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1798 +(id)callNSPointArg:(NSPoint)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1799 +(id)invokeNSPointArg:(NSPoint)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1800 +(id)callNSPointArg:(NSPoint)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1801 +(id)invokeNSPointArg:(NSPoint)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1803 +(id)callNSRectArg:(NSRect)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1804 +(id)invokeNSRectArg:(NSRect)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1806 +(id)callNSRectArg:(NSRect)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1807 +(id)invokeNSRectArg:(NSRect)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1808 +(id)callNSRectArg:(NSRect)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1809 +(id)invokeNSRectArg:(NSRect)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1810 +(id)callNSRectArg:(NSRect)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1811 +(id)invokeNSRectArg:(NSRect)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1812 +(id)callNSRectArg:(NSRect)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1813 +(id)invokeNSRectArg:(NSRect)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1814 +(id)callNSRectArg:(NSRect)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1815 +(id)invokeNSRectArg:(NSRect)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1816 +(id)callNSRectArg:(NSRect)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1817 +(id)invokeNSRectArg:(NSRect)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1818 +(id)callNSRectArg:(NSRect)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1819 +(id)invokeNSRectArg:(NSRect)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1820 +(id)callNSRectArg:(NSRect)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1821 +(id)invokeNSRectArg:(NSRect)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1822 +(id)callNSRectArg:(NSRect)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1823 +(id)invokeNSRectArg:(NSRect)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1824 +(id)callNSRectArg:(NSRect)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1825 +(id)invokeNSRectArg:(NSRect)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1826 +(id)callNSRectArg:(NSRect)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1827 +(id)invokeNSRectArg:(NSRect)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1828 +(id)callNSRectArg:(NSRect)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1829 +(id)invokeNSRectArg:(NSRect)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1830 +(id)callNSRectArg:(NSRect)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1831 +(id)invokeNSRectArg:(NSRect)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1832 +(id)callNSRectArg:(NSRect)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1833 +(id)invokeNSRectArg:(NSRect)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1834 +(id)callNSRectArg:(NSRect)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1835 +(id)invokeNSRectArg:(NSRect)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1836 +(id)callNSRectArg:(NSRect)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1837 +(id)invokeNSRectArg:(NSRect)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1838 +(id)callNSRectArg:(NSRect)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1839 +(id)invokeNSRectArg:(NSRect)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1840 +(id)callNSRectArg:(NSRect)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1841 +(id)invokeNSRectArg:(NSRect)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1842 +(id)callNSRectArg:(NSRect)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1843 +(id)invokeNSRectArg:(NSRect)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1844 +(id)callNSRectArg:(NSRect)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1845 +(id)invokeNSRectArg:(NSRect)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1846 +(id)callNSRectArg:(NSRect)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1847 +(id)invokeNSRectArg:(NSRect)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1848 +(id)callNSRectArg:(NSRect)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1849 +(id)invokeNSRectArg:(NSRect)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1851 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1852 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1854 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1855 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1856 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1857 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1858 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1859 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1860 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1861 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1862 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1863 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1864 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1865 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1866 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1867 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1868 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1869 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1870 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1871 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1872 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1873 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1874 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1875 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1876 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1877 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1878 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1879 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1880 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1881 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1882 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1883 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1884 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1885 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1886 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1887 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1888 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1889 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1890 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1891 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1892 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1893 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1894 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1895 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1896 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1897 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1899 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1900 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1902 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1903 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1904 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1905 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1906 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1907 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1908 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1909 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1910 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1911 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1912 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1913 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1914 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1915 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1916 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1917 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1918 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1919 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1920 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1921 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1922 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1923 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1924 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1925 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1926 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1927 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1928 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1929 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1930 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1931 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1932 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1933 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1934 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1935 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1936 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1937 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1938 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1939 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1940 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1941 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1942 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1943 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1944 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1945 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1947 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1948 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1950 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1951 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1952 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1953 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
1954 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1955 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
1956 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1957 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
1958 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1959 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
1960 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1961 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
1962 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1963 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
1964 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1965 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
1966 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1967 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
1968 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1969 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
1970 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1971 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
1972 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1973 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
1974 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1975 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
1976 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1977 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
1978 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1979 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
1980 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1981 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
1982 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1983 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
1984 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1985 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
1986 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1987 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
1988 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1989 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
1990 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1991 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
1992 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1993 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
1995 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1996 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
1998 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
1999 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
2000 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
2001 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
2002 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
2003 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
2004 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
2005 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
2006 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
2007 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
2008 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
2009 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
2010 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
2011 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
2012 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
2013 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
2014 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
2015 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
2016 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
2017 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
2018 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
2019 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
2020 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
2021 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
2022 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
2023 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
2024 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
2025 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
2026 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
2027 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
2028 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
2029 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
2030 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
2031 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
2032 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
2033 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
2034 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
2035 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
2036 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
2037 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
2038 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
2039 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
2040 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
2041 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
2043 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
2044 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj;
2046 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
2047 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj;
2048 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
2049 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj;
2050 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
2051 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj;
2052 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
2053 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj;
2054 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
2055 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj;
2056 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
2057 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj;
2058 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
2059 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj;
2060 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
2061 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj;
2062 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
2063 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj;
2064 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
2065 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj;
2066 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
2067 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj;
2068 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
2069 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj;
2070 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
2071 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj;
2072 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
2073 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj;
2074 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
2075 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj;
2076 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
2077 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj;
2078 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
2079 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj;
2080 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
2081 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj;
2082 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
2083 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj;
2084 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
2085 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj;
2086 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
2087 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj;
2088 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
2089 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj;
2092 +(id)invokeboolInArg:(bool*)arg of:(PyObjC_TestClass1*)obj;
2093 +(id)callboolInArg:(bool*)arg of:(PyObjC_TestClass1*)obj;
2094 +(void)invokeboolOutArg:(bool*)arg of:(PyObjC_TestClass1*)obj;
2095 +(void)callboolOutArg:(bool*)arg of:(PyObjC_TestClass1*)obj;
2096 +(id)invokeboolInOutArg:(bool*)arg of:(PyObjC_TestClass1*)obj;
2097 +(id)callboolInOutArg:(bool*)arg of:(PyObjC_TestClass1*)obj;
2099 +(id)invokeBOOLInArg:(BOOL*)arg of:(PyObjC_TestClass1*)obj;
2100 +(id)callBOOLInArg:(BOOL*)arg of:(PyObjC_TestClass1*)obj;
2101 +(void)invokeBOOLOutArg:(BOOL*)arg of:(PyObjC_TestClass1*)obj;
2102 +(void)callBOOLOutArg:(BOOL*)arg of:(PyObjC_TestClass1*)obj;
2103 +(id)invokeBOOLInOutArg:(BOOL*)arg of:(PyObjC_TestClass1*)obj;
2104 +(id)callBOOLInOutArg:(BOOL*)arg of:(PyObjC_TestClass1*)obj;
2105 +(id)invokecharInArg:(char*)arg of:(PyObjC_TestClass1*)obj;
2106 +(id)callcharInArg:(char*)arg of:(PyObjC_TestClass1*)obj;
2107 +(void)invokecharOutArg:(char*)arg of:(PyObjC_TestClass1*)obj;
2108 +(void)callcharOutArg:(char*)arg of:(PyObjC_TestClass1*)obj;
2109 +(id)invokecharInOutArg:(char*)arg of:(PyObjC_TestClass1*)obj;
2110 +(id)callcharInOutArg:(char*)arg of:(PyObjC_TestClass1*)obj;
2111 +(id)invokesignedshortInArg:(signed short*)arg of:(PyObjC_TestClass1*)obj;
2112 +(id)callsignedshortInArg:(signed short*)arg of:(PyObjC_TestClass1*)obj;
2113 +(void)invokesignedshortOutArg:(signed short*)arg of:(PyObjC_TestClass1*)obj;
2114 +(void)callsignedshortOutArg:(signed short*)arg of:(PyObjC_TestClass1*)obj;
2115 +(id)invokesignedshortInOutArg:(signed short*)arg of:(PyObjC_TestClass1*)obj;
2116 +(id)callsignedshortInOutArg:(signed short*)arg of:(PyObjC_TestClass1*)obj;
2117 +(id)invokesignedintInArg:(signed int*)arg of:(PyObjC_TestClass1*)obj;
2118 +(id)callsignedintInArg:(signed int*)arg of:(PyObjC_TestClass1*)obj;
2119 +(void)invokesignedintOutArg:(signed int*)arg of:(PyObjC_TestClass1*)obj;
2120 +(void)callsignedintOutArg:(signed int*)arg of:(PyObjC_TestClass1*)obj;
2121 +(id)invokesignedintInOutArg:(signed int*)arg of:(PyObjC_TestClass1*)obj;
2122 +(id)callsignedintInOutArg:(signed int*)arg of:(PyObjC_TestClass1*)obj;
2123 +(id)invokesignedlongInArg:(signed long*)arg of:(PyObjC_TestClass1*)obj;
2124 +(id)callsignedlongInArg:(signed long*)arg of:(PyObjC_TestClass1*)obj;
2125 +(void)invokesignedlongOutArg:(signed long*)arg of:(PyObjC_TestClass1*)obj;
2126 +(void)callsignedlongOutArg:(signed long*)arg of:(PyObjC_TestClass1*)obj;
2127 +(id)invokesignedlongInOutArg:(signed long*)arg of:(PyObjC_TestClass1*)obj;
2128 +(id)callsignedlongInOutArg:(signed long*)arg of:(PyObjC_TestClass1*)obj;
2129 +(id)invokesignedlonglongInArg:(signed long long*)arg of:(PyObjC_TestClass1*)obj;
2130 +(id)callsignedlonglongInArg:(signed long long*)arg of:(PyObjC_TestClass1*)obj;
2131 +(void)invokesignedlonglongOutArg:(signed long long*)arg of:(PyObjC_TestClass1*)obj;
2132 +(void)callsignedlonglongOutArg:(signed long long*)arg of:(PyObjC_TestClass1*)obj;
2133 +(id)invokesignedlonglongInOutArg:(signed long long*)arg of:(PyObjC_TestClass1*)obj;
2134 +(id)callsignedlonglongInOutArg:(signed long long*)arg of:(PyObjC_TestClass1*)obj;
2135 +(id)invokeunsignedcharInArg:(unsigned char*)arg of:(PyObjC_TestClass1*)obj;
2136 +(id)callunsignedcharInArg:(unsigned char*)arg of:(PyObjC_TestClass1*)obj;
2137 +(void)invokeunsignedcharOutArg:(unsigned char*)arg of:(PyObjC_TestClass1*)obj;
2138 +(void)callunsignedcharOutArg:(unsigned char*)arg of:(PyObjC_TestClass1*)obj;
2139 +(id)invokeunsignedcharInOutArg:(unsigned char*)arg of:(PyObjC_TestClass1*)obj;
2140 +(id)callunsignedcharInOutArg:(unsigned char*)arg of:(PyObjC_TestClass1*)obj;
2141 +(id)invokeunsignedshortInArg:(unsigned short*)arg of:(PyObjC_TestClass1*)obj;
2142 +(id)callunsignedshortInArg:(unsigned short*)arg of:(PyObjC_TestClass1*)obj;
2143 +(void)invokeunsignedshortOutArg:(unsigned short*)arg of:(PyObjC_TestClass1*)obj;
2144 +(void)callunsignedshortOutArg:(unsigned short*)arg of:(PyObjC_TestClass1*)obj;
2145 +(id)invokeunsignedshortInOutArg:(unsigned short*)arg of:(PyObjC_TestClass1*)obj;
2146 +(id)callunsignedshortInOutArg:(unsigned short*)arg of:(PyObjC_TestClass1*)obj;
2147 +(id)invokeunsignedintInArg:(unsigned int*)arg of:(PyObjC_TestClass1*)obj;
2148 +(id)callunsignedintInArg:(unsigned int*)arg of:(PyObjC_TestClass1*)obj;
2149 +(void)invokeunsignedintOutArg:(unsigned int*)arg of:(PyObjC_TestClass1*)obj;
2150 +(void)callunsignedintOutArg:(unsigned int*)arg of:(PyObjC_TestClass1*)obj;
2151 +(id)invokeunsignedintInOutArg:(unsigned int*)arg of:(PyObjC_TestClass1*)obj;
2152 +(id)callunsignedintInOutArg:(unsigned int*)arg of:(PyObjC_TestClass1*)obj;
2153 +(id)invokeunsignedlongInArg:(unsigned long*)arg of:(PyObjC_TestClass1*)obj;
2154 +(id)callunsignedlongInArg:(unsigned long*)arg of:(PyObjC_TestClass1*)obj;
2155 +(void)invokeunsignedlongOutArg:(unsigned long*)arg of:(PyObjC_TestClass1*)obj;
2156 +(void)callunsignedlongOutArg:(unsigned long*)arg of:(PyObjC_TestClass1*)obj;
2157 +(id)invokeunsignedlongInOutArg:(unsigned long*)arg of:(PyObjC_TestClass1*)obj;
2158 +(id)callunsignedlongInOutArg:(unsigned long*)arg of:(PyObjC_TestClass1*)obj;
2159 +(id)invokeunsignedlonglongInArg:(unsigned long long*)arg of:(PyObjC_TestClass1*)obj;
2160 +(id)callunsignedlonglongInArg:(unsigned long long*)arg of:(PyObjC_TestClass1*)obj;
2161 +(void)invokeunsignedlonglongOutArg:(unsigned long long*)arg of:(PyObjC_TestClass1*)obj;
2162 +(void)callunsignedlonglongOutArg:(unsigned long long*)arg of:(PyObjC_TestClass1*)obj;
2163 +(id)invokeunsignedlonglongInOutArg:(unsigned long long*)arg of:(PyObjC_TestClass1*)obj;
2164 +(id)callunsignedlonglongInOutArg:(unsigned long long*)arg of:(PyObjC_TestClass1*)obj;
2165 +(id)invokefloatInArg:(float*)arg of:(PyObjC_TestClass1*)obj;
2166 +(id)callfloatInArg:(float*)arg of:(PyObjC_TestClass1*)obj;
2167 +(void)invokefloatOutArg:(float*)arg of:(PyObjC_TestClass1*)obj;
2168 +(void)callfloatOutArg:(float*)arg of:(PyObjC_TestClass1*)obj;
2169 +(id)invokefloatInOutArg:(float*)arg of:(PyObjC_TestClass1*)obj;
2170 +(id)callfloatInOutArg:(float*)arg of:(PyObjC_TestClass1*)obj;
2171 +(id)invokedoubleInArg:(double*)arg of:(PyObjC_TestClass1*)obj;
2172 +(id)calldoubleInArg:(double*)arg of:(PyObjC_TestClass1*)obj;
2173 +(void)invokedoubleOutArg:(double*)arg of:(PyObjC_TestClass1*)obj;
2174 +(void)calldoubleOutArg:(double*)arg of:(PyObjC_TestClass1*)obj;
2175 +(id)invokedoubleInOutArg:(double*)arg of:(PyObjC_TestClass1*)obj;
2176 +(id)calldoubleInOutArg:(double*)arg of:(PyObjC_TestClass1*)obj;
2177 +(id)invokeidInArg:(id*)arg of:(PyObjC_TestClass1*)obj;
2178 +(id)callidInArg:(id*)arg of:(PyObjC_TestClass1*)obj;
2179 +(void)invokeidOutArg:(id*)arg of:(PyObjC_TestClass1*)obj;
2180 +(void)callidOutArg:(id*)arg of:(PyObjC_TestClass1*)obj;
2181 +(id)invokeidInOutArg:(id*)arg of:(PyObjC_TestClass1*)obj;
2182 +(id)callidInOutArg:(id*)arg of:(PyObjC_TestClass1*)obj;
2183 +(id)invokecharPtrInArg:(char**)arg of:(PyObjC_TestClass1*)obj;
2184 +(id)callcharPtrInArg:(char**)arg of:(PyObjC_TestClass1*)obj;
2185 +(void)invokecharPtrOutArg:(char**)arg of:(PyObjC_TestClass1*)obj;
2186 +(void)callcharPtrOutArg:(char**)arg of:(PyObjC_TestClass1*)obj;
2187 +(id)invokecharPtrInOutArg:(char**)arg of:(PyObjC_TestClass1*)obj;
2188 +(id)callcharPtrInOutArg:(char**)arg of:(PyObjC_TestClass1*)obj;
2189 +(id)invokeNSPointInArg:(NSPoint*)arg of:(PyObjC_TestClass1*)obj;
2190 +(id)callNSPointInArg:(NSPoint*)arg of:(PyObjC_TestClass1*)obj;
2191 +(void)invokeNSPointOutArg:(NSPoint*)arg of:(PyObjC_TestClass1*)obj;
2192 +(void)callNSPointOutArg:(NSPoint*)arg of:(PyObjC_TestClass1*)obj;
2193 +(id)invokeNSPointInOutArg:(NSPoint*)arg of:(PyObjC_TestClass1*)obj;
2194 +(id)callNSPointInOutArg:(NSPoint*)arg of:(PyObjC_TestClass1*)obj;
2195 +(id)invokeNSRectInArg:(NSRect*)arg of:(PyObjC_TestClass1*)obj;
2196 +(id)callNSRectInArg:(NSRect*)arg of:(PyObjC_TestClass1*)obj;
2197 +(void)invokeNSRectOutArg:(NSRect*)arg of:(PyObjC_TestClass1*)obj;
2198 +(void)callNSRectOutArg:(NSRect*)arg of:(PyObjC_TestClass1*)obj;
2199 +(id)invokeNSRectInOutArg:(NSRect*)arg of:(PyObjC_TestClass1*)obj;
2200 +(id)callNSRectInOutArg:(NSRect*)arg of:(PyObjC_TestClass1*)obj;
2201 +(id)invokestructTestStruct1InArg:(struct TestStruct1*)arg of:(PyObjC_TestClass1*)obj;
2202 +(id)callstructTestStruct1InArg:(struct TestStruct1*)arg of:(PyObjC_TestClass1*)obj;
2203 +(void)invokestructTestStruct1OutArg:(struct TestStruct1*)arg of:(PyObjC_TestClass1*)obj;
2204 +(void)callstructTestStruct1OutArg:(struct TestStruct1*)arg of:(PyObjC_TestClass1*)obj;
2205 +(id)invokestructTestStruct1InOutArg:(struct TestStruct1*)arg of:(PyObjC_TestClass1*)obj;
2206 +(id)callstructTestStruct1InOutArg:(struct TestStruct1*)arg of:(PyObjC_TestClass1*)obj;
2207 +(id)invokestructTestStruct2InArg:(struct TestStruct2*)arg of:(PyObjC_TestClass1*)obj;
2208 +(id)callstructTestStruct2InArg:(struct TestStruct2*)arg of:(PyObjC_TestClass1*)obj;
2209 +(void)invokestructTestStruct2OutArg:(struct TestStruct2*)arg of:(PyObjC_TestClass1*)obj;
2210 +(void)callstructTestStruct2OutArg:(struct TestStruct2*)arg of:(PyObjC_TestClass1*)obj;
2211 +(id)invokestructTestStruct2InOutArg:(struct TestStruct2*)arg of:(PyObjC_TestClass1*)obj;
2212 +(id)callstructTestStruct2InOutArg:(struct TestStruct2*)arg of:(PyObjC_TestClass1*)obj;
2213 +(id)invokestructTestStruct3InArg:(struct TestStruct3*)arg of:(PyObjC_TestClass1*)obj;
2214 +(id)callstructTestStruct3InArg:(struct TestStruct3*)arg of:(PyObjC_TestClass1*)obj;
2215 +(void)invokestructTestStruct3OutArg:(struct TestStruct3*)arg of:(PyObjC_TestClass1*)obj;
2216 +(void)callstructTestStruct3OutArg:(struct TestStruct3*)arg of:(PyObjC_TestClass1*)obj;
2217 +(id)invokestructTestStruct3InOutArg:(struct TestStruct3*)arg of:(PyObjC_TestClass1*)obj;
2218 +(id)callstructTestStruct3InOutArg:(struct TestStruct3*)arg of:(PyObjC_TestClass1*)obj;
2219 +(id)invokestructTestStruct4InArg:(struct TestStruct4*)arg of:(PyObjC_TestClass1*)obj;
2220 +(id)callstructTestStruct4InArg:(struct TestStruct4*)arg of:(PyObjC_TestClass1*)obj;
2221 +(void)invokestructTestStruct4OutArg:(struct TestStruct4*)arg of:(PyObjC_TestClass1*)obj;
2222 +(void)callstructTestStruct4OutArg:(struct TestStruct4*)arg of:(PyObjC_TestClass1*)obj;
2223 +(id)invokestructTestStruct4InOutArg:(struct TestStruct4*)arg of:(PyObjC_TestClass1*)obj;
2224 +(id)callstructTestStruct4InOutArg:(struct TestStruct4*)arg of:(PyObjC_TestClass1*)obj;
2225 +(id)invokestructTestStruct5InArg:(struct TestStruct5*)arg of:(PyObjC_TestClass1*)obj;
2226 +(id)callstructTestStruct5InArg:(struct TestStruct5*)arg of:(PyObjC_TestClass1*)obj;
2227 +(void)invokestructTestStruct5OutArg:(struct TestStruct5*)arg of:(PyObjC_TestClass1*)obj;
2228 +(void)callstructTestStruct5OutArg:(struct TestStruct5*)arg of:(PyObjC_TestClass1*)obj;
2229 +(id)invokestructTestStruct5InOutArg:(struct TestStruct5*)arg of:(PyObjC_TestClass1*)obj;
2230 +(id)callstructTestStruct5InOutArg:(struct TestStruct5*)arg of:(PyObjC_TestClass1*)obj;
8108 +(bool)callboolMethodOf:(PyObjC_TestClass1*)obj
8110 return [obj boolMethod];
8113 +(bool)invokeboolMethodOf:(PyObjC_TestClass1*)obj
8118 SETUP_INVOCATION(inv, obj, @selector(boolMethod))
8119 [obj forwardInvocation:inv];
8125 +(BOOL)callBOOLMethodOf:(PyObjC_TestClass1*)obj
8127 return [obj BOOLMethod];
8130 +(BOOL)invokeBOOLMethodOf:(PyObjC_TestClass1*)obj
8135 SETUP_INVOCATION(inv, obj, @selector(BOOLMethod))
8136 [obj forwardInvocation:inv];
8141 +(char)callcharMethodOf:(PyObjC_TestClass1*)obj
8143 return [obj charMethod];
8146 +(char)invokecharMethodOf:(PyObjC_TestClass1*)obj
8151 SETUP_INVOCATION(inv, obj, @selector(charMethod))
8152 [obj forwardInvocation:inv];
8157 +(signed short)callsignedshortMethodOf:(PyObjC_TestClass1*)obj
8159 return [obj signedshortMethod];
8162 +(signed short)invokesignedshortMethodOf:(PyObjC_TestClass1*)obj
8167 SETUP_INVOCATION(inv, obj, @selector(signedshortMethod))
8168 [obj forwardInvocation:inv];
8173 +(signed int)callsignedintMethodOf:(PyObjC_TestClass1*)obj
8175 return [obj signedintMethod];
8178 +(signed int)invokesignedintMethodOf:(PyObjC_TestClass1*)obj
8183 SETUP_INVOCATION(inv, obj, @selector(signedintMethod))
8184 [obj forwardInvocation:inv];
8189 +(signed long)callsignedlongMethodOf:(PyObjC_TestClass1*)obj
8191 return [obj signedlongMethod];
8194 +(signed long)invokesignedlongMethodOf:(PyObjC_TestClass1*)obj
8199 SETUP_INVOCATION(inv, obj, @selector(signedlongMethod))
8200 [obj forwardInvocation:inv];
8205 +(signed long long)callsignedlonglongMethodOf:(PyObjC_TestClass1*)obj
8207 return [obj signedlonglongMethod];
8210 +(signed long long)invokesignedlonglongMethodOf:(PyObjC_TestClass1*)obj
8215 SETUP_INVOCATION(inv, obj, @selector(signedlonglongMethod))
8216 [obj forwardInvocation:inv];
8221 +(unsigned char)callunsignedcharMethodOf:(PyObjC_TestClass1*)obj
8223 return [obj unsignedcharMethod];
8226 +(unsigned char)invokeunsignedcharMethodOf:(PyObjC_TestClass1*)obj
8231 SETUP_INVOCATION(inv, obj, @selector(unsignedcharMethod))
8232 [obj forwardInvocation:inv];
8237 +(unsigned short)callunsignedshortMethodOf:(PyObjC_TestClass1*)obj
8239 return [obj unsignedshortMethod];
8242 +(unsigned short)invokeunsignedshortMethodOf:(PyObjC_TestClass1*)obj
8247 SETUP_INVOCATION(inv, obj, @selector(unsignedshortMethod))
8248 [obj forwardInvocation:inv];
8253 +(unsigned int)callunsignedintMethodOf:(PyObjC_TestClass1*)obj
8255 return [obj unsignedintMethod];
8258 +(unsigned int)invokeunsignedintMethodOf:(PyObjC_TestClass1*)obj
8263 SETUP_INVOCATION(inv, obj, @selector(unsignedintMethod))
8264 [obj forwardInvocation:inv];
8269 +(unsigned long)callunsignedlongMethodOf:(PyObjC_TestClass1*)obj
8271 return [obj unsignedlongMethod];
8274 +(unsigned long)invokeunsignedlongMethodOf:(PyObjC_TestClass1*)obj
8279 SETUP_INVOCATION(inv, obj, @selector(unsignedlongMethod))
8280 [obj forwardInvocation:inv];
8285 +(unsigned long long)callunsignedlonglongMethodOf:(PyObjC_TestClass1*)obj
8287 return [obj unsignedlonglongMethod];
8290 +(unsigned long long)invokeunsignedlonglongMethodOf:(PyObjC_TestClass1*)obj
8295 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongMethod))
8296 [obj forwardInvocation:inv];
8301 +(float)callfloatMethodOf:(PyObjC_TestClass1*)obj
8303 return [obj floatMethod];
8306 +(float)invokefloatMethodOf:(PyObjC_TestClass1*)obj
8311 SETUP_INVOCATION(inv, obj, @selector(floatMethod))
8312 [obj forwardInvocation:inv];
8317 +(double)calldoubleMethodOf:(PyObjC_TestClass1*)obj
8319 return [obj doubleMethod];
8322 +(double)invokedoubleMethodOf:(PyObjC_TestClass1*)obj
8327 SETUP_INVOCATION(inv, obj, @selector(doubleMethod))
8328 [obj forwardInvocation:inv];
8333 +(id)callidMethodOf:(PyObjC_TestClass1*)obj
8335 return [obj idMethod];
8338 +(id)invokeidMethodOf:(PyObjC_TestClass1*)obj
8343 SETUP_INVOCATION(inv, obj, @selector(idMethod))
8344 [obj forwardInvocation:inv];
8349 +(char*)callcharPtrMethodOf:(PyObjC_TestClass1*)obj
8351 return [obj charPtrMethod];
8354 +(char*)invokecharPtrMethodOf:(PyObjC_TestClass1*)obj
8359 SETUP_INVOCATION(inv, obj, @selector(charPtrMethod))
8360 [obj forwardInvocation:inv];
8365 +(NSPoint)callNSPointMethodOf:(PyObjC_TestClass1*)obj
8367 return [obj NSPointMethod];
8370 +(NSPoint)invokeNSPointMethodOf:(PyObjC_TestClass1*)obj
8375 SETUP_INVOCATION(inv, obj, @selector(NSPointMethod))
8376 [obj forwardInvocation:inv];
8381 +(NSRect)callNSRectMethodOf:(PyObjC_TestClass1*)obj
8383 return [obj NSRectMethod];
8386 +(NSRect)invokeNSRectMethodOf:(PyObjC_TestClass1*)obj
8391 SETUP_INVOCATION(inv, obj, @selector(NSRectMethod))
8392 [obj forwardInvocation:inv];
8397 +(struct TestStruct1)callstructTestStruct1MethodOf:(PyObjC_TestClass1*)obj
8399 return [obj structTestStruct1Method];
8402 +(struct TestStruct1)invokestructTestStruct1MethodOf:(PyObjC_TestClass1*)obj
8407 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Method))
8408 [obj forwardInvocation:inv];
8413 +(struct TestStruct2)callstructTestStruct2MethodOf:(PyObjC_TestClass1*)obj
8415 return [obj structTestStruct2Method];
8418 +(struct TestStruct2)invokestructTestStruct2MethodOf:(PyObjC_TestClass1*)obj
8423 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Method))
8424 [obj forwardInvocation:inv];
8429 +(struct TestStruct3)callstructTestStruct3MethodOf:(PyObjC_TestClass1*)obj
8431 return [obj structTestStruct3Method];
8434 +(struct TestStruct3)invokestructTestStruct3MethodOf:(PyObjC_TestClass1*)obj
8439 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Method))
8440 [obj forwardInvocation:inv];
8445 +(struct TestStruct4)callstructTestStruct4MethodOf:(PyObjC_TestClass1*)obj
8447 return [obj structTestStruct4Method];
8450 +(struct TestStruct4)invokestructTestStruct4MethodOf:(PyObjC_TestClass1*)obj
8455 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Method))
8456 [obj forwardInvocation:inv];
8461 +(struct TestStruct5)callstructTestStruct5MethodOf:(PyObjC_TestClass1*)obj
8463 return [obj structTestStruct5Method];
8466 +(struct TestStruct5)invokestructTestStruct5MethodOf:(PyObjC_TestClass1*)obj
8471 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Method))
8472 [obj forwardInvocation:inv];
8478 +(id)callboolArg:(bool)arg of:(PyObjC_TestClass1*)obj
8480 return [obj boolArg:arg];
8483 +(id)invokeboolArg:(bool)arg of:(PyObjC_TestClass1*)obj
8488 SETUP_INVOCATION(inv, obj, @selector(boolArg:))
8490 [obj forwardInvocation:inv];
8496 +(id)callBOOLArg:(BOOL)arg of:(PyObjC_TestClass1*)obj
8498 return [obj BOOLArg:arg];
8501 +(id)invokeBOOLArg:(BOOL)arg of:(PyObjC_TestClass1*)obj
8506 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:))
8508 [obj forwardInvocation:inv];
8513 +(id)callcharArg:(char)arg of:(PyObjC_TestClass1*)obj
8515 return [obj charArg:arg];
8518 +(id)invokecharArg:(char)arg of:(PyObjC_TestClass1*)obj
8523 SETUP_INVOCATION(inv, obj, @selector(charArg:))
8525 [obj forwardInvocation:inv];
8530 +(id)callsignedshortArg:(signed short)arg of:(PyObjC_TestClass1*)obj
8532 return [obj signedshortArg:arg];
8535 +(id)invokesignedshortArg:(signed short)arg of:(PyObjC_TestClass1*)obj
8540 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:))
8542 [obj forwardInvocation:inv];
8547 +(id)callsignedintArg:(signed int)arg of:(PyObjC_TestClass1*)obj
8549 return [obj signedintArg:arg];
8552 +(id)invokesignedintArg:(signed int)arg of:(PyObjC_TestClass1*)obj
8557 SETUP_INVOCATION(inv, obj, @selector(signedintArg:))
8559 [obj forwardInvocation:inv];
8564 +(id)callsignedlongArg:(signed long)arg of:(PyObjC_TestClass1*)obj
8566 return [obj signedlongArg:arg];
8569 +(id)invokesignedlongArg:(signed long)arg of:(PyObjC_TestClass1*)obj
8574 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:))
8576 [obj forwardInvocation:inv];
8581 +(id)callsignedlonglongArg:(signed long long)arg of:(PyObjC_TestClass1*)obj
8583 return [obj signedlonglongArg:arg];
8586 +(id)invokesignedlonglongArg:(signed long long)arg of:(PyObjC_TestClass1*)obj
8591 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:))
8593 [obj forwardInvocation:inv];
8598 +(id)callunsignedcharArg:(unsigned char)arg of:(PyObjC_TestClass1*)obj
8600 return [obj unsignedcharArg:arg];
8603 +(id)invokeunsignedcharArg:(unsigned char)arg of:(PyObjC_TestClass1*)obj
8608 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:))
8610 [obj forwardInvocation:inv];
8615 +(id)callunsignedshortArg:(unsigned short)arg of:(PyObjC_TestClass1*)obj
8617 return [obj unsignedshortArg:arg];
8620 +(id)invokeunsignedshortArg:(unsigned short)arg of:(PyObjC_TestClass1*)obj
8625 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:))
8627 [obj forwardInvocation:inv];
8632 +(id)callunsignedintArg:(unsigned int)arg of:(PyObjC_TestClass1*)obj
8634 return [obj unsignedintArg:arg];
8637 +(id)invokeunsignedintArg:(unsigned int)arg of:(PyObjC_TestClass1*)obj
8642 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:))
8644 [obj forwardInvocation:inv];
8649 +(id)callunsignedlongArg:(unsigned long)arg of:(PyObjC_TestClass1*)obj
8651 return [obj unsignedlongArg:arg];
8654 +(id)invokeunsignedlongArg:(unsigned long)arg of:(PyObjC_TestClass1*)obj
8659 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:))
8661 [obj forwardInvocation:inv];
8666 +(id)callunsignedlonglongArg:(unsigned long long)arg of:(PyObjC_TestClass1*)obj
8668 return [obj unsignedlonglongArg:arg];
8671 +(id)invokeunsignedlonglongArg:(unsigned long long)arg of:(PyObjC_TestClass1*)obj
8676 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:))
8678 [obj forwardInvocation:inv];
8683 +(id)callfloatArg:(float)arg of:(PyObjC_TestClass1*)obj
8685 return [obj floatArg:arg];
8688 +(id)invokefloatArg:(float)arg of:(PyObjC_TestClass1*)obj
8693 SETUP_INVOCATION(inv, obj, @selector(floatArg:))
8695 [obj forwardInvocation:inv];
8700 +(id)calldoubleArg:(double)arg of:(PyObjC_TestClass1*)obj
8702 return [obj doubleArg:arg];
8705 +(id)invokedoubleArg:(double)arg of:(PyObjC_TestClass1*)obj
8710 SETUP_INVOCATION(inv, obj, @selector(doubleArg:))
8712 [obj forwardInvocation:inv];
8717 +(id)callidArg:(id)arg of:(PyObjC_TestClass1*)obj
8719 return [obj idArg:arg];
8722 +(id)invokeidArg:(id)arg of:(PyObjC_TestClass1*)obj
8727 SETUP_INVOCATION(inv, obj, @selector(idArg:))
8729 [obj forwardInvocation:inv];
8734 +(id)callcharPtrArg:(char*)arg of:(PyObjC_TestClass1*)obj
8736 return [obj charPtrArg:arg];
8739 +(id)invokecharPtrArg:(char*)arg of:(PyObjC_TestClass1*)obj
8744 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:))
8746 [obj forwardInvocation:inv];
8751 +(id)callNSPointArg:(NSPoint)arg of:(PyObjC_TestClass1*)obj
8753 return [obj NSPointArg:arg];
8756 +(id)invokeNSPointArg:(NSPoint)arg of:(PyObjC_TestClass1*)obj
8761 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:))
8763 [obj forwardInvocation:inv];
8768 +(id)callNSRectArg:(NSRect)arg of:(PyObjC_TestClass1*)obj
8770 return [obj NSRectArg:arg];
8773 +(id)invokeNSRectArg:(NSRect)arg of:(PyObjC_TestClass1*)obj
8778 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:))
8780 [obj forwardInvocation:inv];
8785 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg of:(PyObjC_TestClass1*)obj
8787 return [obj structTestStruct1Arg:arg];
8790 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg of:(PyObjC_TestClass1*)obj
8795 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:))
8797 [obj forwardInvocation:inv];
8802 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg of:(PyObjC_TestClass1*)obj
8804 return [obj structTestStruct2Arg:arg];
8807 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg of:(PyObjC_TestClass1*)obj
8812 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:))
8814 [obj forwardInvocation:inv];
8819 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg of:(PyObjC_TestClass1*)obj
8821 return [obj structTestStruct3Arg:arg];
8824 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg of:(PyObjC_TestClass1*)obj
8829 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:))
8831 [obj forwardInvocation:inv];
8836 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg of:(PyObjC_TestClass1*)obj
8838 return [obj structTestStruct4Arg:arg];
8841 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg of:(PyObjC_TestClass1*)obj
8846 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:))
8848 [obj forwardInvocation:inv];
8853 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg of:(PyObjC_TestClass1*)obj
8855 return [obj structTestStruct5Arg:arg];
8858 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg of:(PyObjC_TestClass1*)obj
8863 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:))
8865 [obj forwardInvocation:inv];
8871 +(id)callboolArg:(bool)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
8873 return [obj boolArg:arg1 andboolArg:arg2];
8876 +(id)invokeboolArg:(bool)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
8881 SETUP_INVOCATION(inv, obj, @selector(boolArg:andboolArg:))
8884 [obj forwardInvocation:inv];
8891 +(id)callboolArg:(bool)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
8893 return [obj boolArg:arg1 andBOOLArg:arg2];
8896 +(id)invokeboolArg:(bool)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
8901 SETUP_INVOCATION(inv, obj, @selector(boolArg:andBOOLArg:))
8904 [obj forwardInvocation:inv];
8911 +(id)callboolArg:(bool)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
8913 return [obj boolArg:arg1 andcharArg:arg2];
8916 +(id)invokeboolArg:(bool)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
8921 SETUP_INVOCATION(inv, obj, @selector(boolArg:andcharArg:))
8924 [obj forwardInvocation:inv];
8931 +(id)callboolArg:(bool)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
8933 return [obj boolArg:arg1 andsignedshortArg:arg2];
8936 +(id)invokeboolArg:(bool)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
8941 SETUP_INVOCATION(inv, obj, @selector(boolArg:andsignedshortArg:))
8944 [obj forwardInvocation:inv];
8951 +(id)callboolArg:(bool)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
8953 return [obj boolArg:arg1 andsignedintArg:arg2];
8956 +(id)invokeboolArg:(bool)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
8961 SETUP_INVOCATION(inv, obj, @selector(boolArg:andsignedintArg:))
8964 [obj forwardInvocation:inv];
8971 +(id)callboolArg:(bool)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
8973 return [obj boolArg:arg1 andsignedlongArg:arg2];
8976 +(id)invokeboolArg:(bool)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
8981 SETUP_INVOCATION(inv, obj, @selector(boolArg:andsignedlongArg:))
8984 [obj forwardInvocation:inv];
8991 +(id)callboolArg:(bool)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
8993 return [obj boolArg:arg1 andsignedlonglongArg:arg2];
8996 +(id)invokeboolArg:(bool)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
9001 SETUP_INVOCATION(inv, obj, @selector(boolArg:andsignedlonglongArg:))
9004 [obj forwardInvocation:inv];
9011 +(id)callboolArg:(bool)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
9013 return [obj boolArg:arg1 andunsignedcharArg:arg2];
9016 +(id)invokeboolArg:(bool)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
9021 SETUP_INVOCATION(inv, obj, @selector(boolArg:andunsignedcharArg:))
9024 [obj forwardInvocation:inv];
9031 +(id)callboolArg:(bool)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
9033 return [obj boolArg:arg1 andunsignedshortArg:arg2];
9036 +(id)invokeboolArg:(bool)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
9041 SETUP_INVOCATION(inv, obj, @selector(boolArg:andunsignedshortArg:))
9044 [obj forwardInvocation:inv];
9051 +(id)callboolArg:(bool)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
9053 return [obj boolArg:arg1 andunsignedintArg:arg2];
9056 +(id)invokeboolArg:(bool)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
9061 SETUP_INVOCATION(inv, obj, @selector(boolArg:andunsignedintArg:))
9064 [obj forwardInvocation:inv];
9071 +(id)callboolArg:(bool)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
9073 return [obj boolArg:arg1 andunsignedlongArg:arg2];
9076 +(id)invokeboolArg:(bool)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
9081 SETUP_INVOCATION(inv, obj, @selector(boolArg:andunsignedlongArg:))
9084 [obj forwardInvocation:inv];
9091 +(id)callboolArg:(bool)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
9093 return [obj boolArg:arg1 andunsignedlonglongArg:arg2];
9096 +(id)invokeboolArg:(bool)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
9101 SETUP_INVOCATION(inv, obj, @selector(boolArg:andunsignedlonglongArg:))
9104 [obj forwardInvocation:inv];
9111 +(id)callboolArg:(bool)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
9113 return [obj boolArg:arg1 andfloatArg:arg2];
9116 +(id)invokeboolArg:(bool)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
9121 SETUP_INVOCATION(inv, obj, @selector(boolArg:andfloatArg:))
9124 [obj forwardInvocation:inv];
9131 +(id)callboolArg:(bool)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
9133 return [obj boolArg:arg1 anddoubleArg:arg2];
9136 +(id)invokeboolArg:(bool)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
9141 SETUP_INVOCATION(inv, obj, @selector(boolArg:anddoubleArg:))
9144 [obj forwardInvocation:inv];
9151 +(id)callboolArg:(bool)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
9153 return [obj boolArg:arg1 andidArg:arg2];
9156 +(id)invokeboolArg:(bool)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
9161 SETUP_INVOCATION(inv, obj, @selector(boolArg:andidArg:))
9164 [obj forwardInvocation:inv];
9171 +(id)callboolArg:(bool)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
9173 return [obj boolArg:arg1 andcharPtrArg:arg2];
9176 +(id)invokeboolArg:(bool)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
9181 SETUP_INVOCATION(inv, obj, @selector(boolArg:andcharPtrArg:))
9184 [obj forwardInvocation:inv];
9191 +(id)callboolArg:(bool)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
9193 return [obj boolArg:arg1 andNSPointArg:arg2];
9196 +(id)invokeboolArg:(bool)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
9201 SETUP_INVOCATION(inv, obj, @selector(boolArg:andNSPointArg:))
9204 [obj forwardInvocation:inv];
9211 +(id)callboolArg:(bool)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
9213 return [obj boolArg:arg1 andNSRectArg:arg2];
9216 +(id)invokeboolArg:(bool)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
9221 SETUP_INVOCATION(inv, obj, @selector(boolArg:andNSRectArg:))
9224 [obj forwardInvocation:inv];
9231 +(id)callboolArg:(bool)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
9233 return [obj boolArg:arg1 andstructTestStruct1Arg:arg2];
9236 +(id)invokeboolArg:(bool)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
9241 SETUP_INVOCATION(inv, obj, @selector(boolArg:andstructTestStruct1Arg:))
9244 [obj forwardInvocation:inv];
9251 +(id)callboolArg:(bool)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
9253 return [obj boolArg:arg1 andstructTestStruct2Arg:arg2];
9256 +(id)invokeboolArg:(bool)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
9261 SETUP_INVOCATION(inv, obj, @selector(boolArg:andstructTestStruct2Arg:))
9264 [obj forwardInvocation:inv];
9271 +(id)callboolArg:(bool)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
9273 return [obj boolArg:arg1 andstructTestStruct3Arg:arg2];
9276 +(id)invokeboolArg:(bool)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
9281 SETUP_INVOCATION(inv, obj, @selector(boolArg:andstructTestStruct3Arg:))
9284 [obj forwardInvocation:inv];
9291 +(id)callboolArg:(bool)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
9293 return [obj boolArg:arg1 andstructTestStruct4Arg:arg2];
9296 +(id)invokeboolArg:(bool)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
9301 SETUP_INVOCATION(inv, obj, @selector(boolArg:andstructTestStruct4Arg:))
9304 [obj forwardInvocation:inv];
9311 +(id)callboolArg:(bool)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
9313 return [obj boolArg:arg1 andstructTestStruct5Arg:arg2];
9316 +(id)invokeboolArg:(bool)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
9321 SETUP_INVOCATION(inv, obj, @selector(boolArg:andstructTestStruct5Arg:))
9324 [obj forwardInvocation:inv];
9331 +(id)callBOOLArg:(BOOL)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
9333 return [obj BOOLArg:arg1 andboolArg:arg2];
9336 +(id)invokeBOOLArg:(BOOL)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
9341 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:andboolArg:))
9344 [obj forwardInvocation:inv];
9350 +(id)callBOOLArg:(BOOL)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
9352 return [obj BOOLArg:arg1 andBOOLArg:arg2];
9355 +(id)invokeBOOLArg:(BOOL)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
9360 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:andBOOLArg:))
9363 [obj forwardInvocation:inv];
9368 +(id)callBOOLArg:(BOOL)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
9370 return [obj BOOLArg:arg1 andcharArg:arg2];
9373 +(id)invokeBOOLArg:(BOOL)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
9378 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:andcharArg:))
9381 [obj forwardInvocation:inv];
9386 +(id)callBOOLArg:(BOOL)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
9388 return [obj BOOLArg:arg1 andsignedshortArg:arg2];
9391 +(id)invokeBOOLArg:(BOOL)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
9396 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:andsignedshortArg:))
9399 [obj forwardInvocation:inv];
9404 +(id)callBOOLArg:(BOOL)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
9406 return [obj BOOLArg:arg1 andsignedintArg:arg2];
9409 +(id)invokeBOOLArg:(BOOL)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
9414 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:andsignedintArg:))
9417 [obj forwardInvocation:inv];
9422 +(id)callBOOLArg:(BOOL)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
9424 return [obj BOOLArg:arg1 andsignedlongArg:arg2];
9427 +(id)invokeBOOLArg:(BOOL)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
9432 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:andsignedlongArg:))
9435 [obj forwardInvocation:inv];
9440 +(id)callBOOLArg:(BOOL)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
9442 return [obj BOOLArg:arg1 andsignedlonglongArg:arg2];
9445 +(id)invokeBOOLArg:(BOOL)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
9450 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:andsignedlonglongArg:))
9453 [obj forwardInvocation:inv];
9458 +(id)callBOOLArg:(BOOL)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
9460 return [obj BOOLArg:arg1 andunsignedcharArg:arg2];
9463 +(id)invokeBOOLArg:(BOOL)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
9468 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:andunsignedcharArg:))
9471 [obj forwardInvocation:inv];
9476 +(id)callBOOLArg:(BOOL)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
9478 return [obj BOOLArg:arg1 andunsignedshortArg:arg2];
9481 +(id)invokeBOOLArg:(BOOL)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
9486 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:andunsignedshortArg:))
9489 [obj forwardInvocation:inv];
9494 +(id)callBOOLArg:(BOOL)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
9496 return [obj BOOLArg:arg1 andunsignedintArg:arg2];
9499 +(id)invokeBOOLArg:(BOOL)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
9504 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:andunsignedintArg:))
9507 [obj forwardInvocation:inv];
9512 +(id)callBOOLArg:(BOOL)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
9514 return [obj BOOLArg:arg1 andunsignedlongArg:arg2];
9517 +(id)invokeBOOLArg:(BOOL)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
9522 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:andunsignedlongArg:))
9525 [obj forwardInvocation:inv];
9530 +(id)callBOOLArg:(BOOL)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
9532 return [obj BOOLArg:arg1 andunsignedlonglongArg:arg2];
9535 +(id)invokeBOOLArg:(BOOL)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
9540 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:andunsignedlonglongArg:))
9543 [obj forwardInvocation:inv];
9548 +(id)callBOOLArg:(BOOL)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
9550 return [obj BOOLArg:arg1 andfloatArg:arg2];
9553 +(id)invokeBOOLArg:(BOOL)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
9558 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:andfloatArg:))
9561 [obj forwardInvocation:inv];
9566 +(id)callBOOLArg:(BOOL)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
9568 return [obj BOOLArg:arg1 anddoubleArg:arg2];
9571 +(id)invokeBOOLArg:(BOOL)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
9576 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:anddoubleArg:))
9579 [obj forwardInvocation:inv];
9584 +(id)callBOOLArg:(BOOL)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
9586 return [obj BOOLArg:arg1 andidArg:arg2];
9589 +(id)invokeBOOLArg:(BOOL)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
9594 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:andidArg:))
9597 [obj forwardInvocation:inv];
9602 +(id)callBOOLArg:(BOOL)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
9604 return [obj BOOLArg:arg1 andcharPtrArg:arg2];
9607 +(id)invokeBOOLArg:(BOOL)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
9612 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:andcharPtrArg:))
9615 [obj forwardInvocation:inv];
9620 +(id)callBOOLArg:(BOOL)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
9622 return [obj BOOLArg:arg1 andNSPointArg:arg2];
9625 +(id)invokeBOOLArg:(BOOL)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
9630 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:andNSPointArg:))
9633 [obj forwardInvocation:inv];
9638 +(id)callBOOLArg:(BOOL)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
9640 return [obj BOOLArg:arg1 andNSRectArg:arg2];
9643 +(id)invokeBOOLArg:(BOOL)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
9648 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:andNSRectArg:))
9651 [obj forwardInvocation:inv];
9656 +(id)callBOOLArg:(BOOL)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
9658 return [obj BOOLArg:arg1 andstructTestStruct1Arg:arg2];
9661 +(id)invokeBOOLArg:(BOOL)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
9666 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:andstructTestStruct1Arg:))
9669 [obj forwardInvocation:inv];
9674 +(id)callBOOLArg:(BOOL)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
9676 return [obj BOOLArg:arg1 andstructTestStruct2Arg:arg2];
9679 +(id)invokeBOOLArg:(BOOL)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
9684 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:andstructTestStruct2Arg:))
9687 [obj forwardInvocation:inv];
9692 +(id)callBOOLArg:(BOOL)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
9694 return [obj BOOLArg:arg1 andstructTestStruct3Arg:arg2];
9697 +(id)invokeBOOLArg:(BOOL)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
9702 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:andstructTestStruct3Arg:))
9705 [obj forwardInvocation:inv];
9710 +(id)callBOOLArg:(BOOL)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
9712 return [obj BOOLArg:arg1 andstructTestStruct4Arg:arg2];
9715 +(id)invokeBOOLArg:(BOOL)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
9720 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:andstructTestStruct4Arg:))
9723 [obj forwardInvocation:inv];
9728 +(id)callBOOLArg:(BOOL)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
9730 return [obj BOOLArg:arg1 andstructTestStruct5Arg:arg2];
9733 +(id)invokeBOOLArg:(BOOL)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
9738 SETUP_INVOCATION(inv, obj, @selector(BOOLArg:andstructTestStruct5Arg:))
9741 [obj forwardInvocation:inv];
9747 +(id)callcharArg:(char)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
9749 return [obj charArg:arg1 andboolArg:arg2];
9752 +(id)invokecharArg:(char)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
9757 SETUP_INVOCATION(inv, obj, @selector(charArg:andboolArg:))
9760 [obj forwardInvocation:inv];
9766 +(id)callcharArg:(char)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
9768 return [obj charArg:arg1 andBOOLArg:arg2];
9771 +(id)invokecharArg:(char)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
9776 SETUP_INVOCATION(inv, obj, @selector(charArg:andBOOLArg:))
9779 [obj forwardInvocation:inv];
9784 +(id)callcharArg:(char)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
9786 return [obj charArg:arg1 andcharArg:arg2];
9789 +(id)invokecharArg:(char)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
9794 SETUP_INVOCATION(inv, obj, @selector(charArg:andcharArg:))
9797 [obj forwardInvocation:inv];
9802 +(id)callcharArg:(char)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
9804 return [obj charArg:arg1 andsignedshortArg:arg2];
9807 +(id)invokecharArg:(char)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
9812 SETUP_INVOCATION(inv, obj, @selector(charArg:andsignedshortArg:))
9815 [obj forwardInvocation:inv];
9820 +(id)callcharArg:(char)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
9822 return [obj charArg:arg1 andsignedintArg:arg2];
9825 +(id)invokecharArg:(char)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
9830 SETUP_INVOCATION(inv, obj, @selector(charArg:andsignedintArg:))
9833 [obj forwardInvocation:inv];
9838 +(id)callcharArg:(char)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
9840 return [obj charArg:arg1 andsignedlongArg:arg2];
9843 +(id)invokecharArg:(char)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
9848 SETUP_INVOCATION(inv, obj, @selector(charArg:andsignedlongArg:))
9851 [obj forwardInvocation:inv];
9856 +(id)callcharArg:(char)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
9858 return [obj charArg:arg1 andsignedlonglongArg:arg2];
9861 +(id)invokecharArg:(char)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
9866 SETUP_INVOCATION(inv, obj, @selector(charArg:andsignedlonglongArg:))
9869 [obj forwardInvocation:inv];
9874 +(id)callcharArg:(char)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
9876 return [obj charArg:arg1 andunsignedcharArg:arg2];
9879 +(id)invokecharArg:(char)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
9884 SETUP_INVOCATION(inv, obj, @selector(charArg:andunsignedcharArg:))
9887 [obj forwardInvocation:inv];
9892 +(id)callcharArg:(char)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
9894 return [obj charArg:arg1 andunsignedshortArg:arg2];
9897 +(id)invokecharArg:(char)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
9902 SETUP_INVOCATION(inv, obj, @selector(charArg:andunsignedshortArg:))
9905 [obj forwardInvocation:inv];
9910 +(id)callcharArg:(char)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
9912 return [obj charArg:arg1 andunsignedintArg:arg2];
9915 +(id)invokecharArg:(char)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
9920 SETUP_INVOCATION(inv, obj, @selector(charArg:andunsignedintArg:))
9923 [obj forwardInvocation:inv];
9928 +(id)callcharArg:(char)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
9930 return [obj charArg:arg1 andunsignedlongArg:arg2];
9933 +(id)invokecharArg:(char)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
9938 SETUP_INVOCATION(inv, obj, @selector(charArg:andunsignedlongArg:))
9941 [obj forwardInvocation:inv];
9946 +(id)callcharArg:(char)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
9948 return [obj charArg:arg1 andunsignedlonglongArg:arg2];
9951 +(id)invokecharArg:(char)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
9956 SETUP_INVOCATION(inv, obj, @selector(charArg:andunsignedlonglongArg:))
9959 [obj forwardInvocation:inv];
9964 +(id)callcharArg:(char)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
9966 return [obj charArg:arg1 andfloatArg:arg2];
9969 +(id)invokecharArg:(char)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
9974 SETUP_INVOCATION(inv, obj, @selector(charArg:andfloatArg:))
9977 [obj forwardInvocation:inv];
9982 +(id)callcharArg:(char)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
9984 return [obj charArg:arg1 anddoubleArg:arg2];
9987 +(id)invokecharArg:(char)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
9992 SETUP_INVOCATION(inv, obj, @selector(charArg:anddoubleArg:))
9995 [obj forwardInvocation:inv];
10000 +(id)callcharArg:(char)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
10002 return [obj charArg:arg1 andidArg:arg2];
10005 +(id)invokecharArg:(char)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
10010 SETUP_INVOCATION(inv, obj, @selector(charArg:andidArg:))
10013 [obj forwardInvocation:inv];
10018 +(id)callcharArg:(char)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
10020 return [obj charArg:arg1 andcharPtrArg:arg2];
10023 +(id)invokecharArg:(char)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
10028 SETUP_INVOCATION(inv, obj, @selector(charArg:andcharPtrArg:))
10031 [obj forwardInvocation:inv];
10036 +(id)callcharArg:(char)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
10038 return [obj charArg:arg1 andNSPointArg:arg2];
10041 +(id)invokecharArg:(char)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
10046 SETUP_INVOCATION(inv, obj, @selector(charArg:andNSPointArg:))
10049 [obj forwardInvocation:inv];
10054 +(id)callcharArg:(char)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
10056 return [obj charArg:arg1 andNSRectArg:arg2];
10059 +(id)invokecharArg:(char)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
10064 SETUP_INVOCATION(inv, obj, @selector(charArg:andNSRectArg:))
10067 [obj forwardInvocation:inv];
10072 +(id)callcharArg:(char)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
10074 return [obj charArg:arg1 andstructTestStruct1Arg:arg2];
10077 +(id)invokecharArg:(char)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
10082 SETUP_INVOCATION(inv, obj, @selector(charArg:andstructTestStruct1Arg:))
10085 [obj forwardInvocation:inv];
10090 +(id)callcharArg:(char)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
10092 return [obj charArg:arg1 andstructTestStruct2Arg:arg2];
10095 +(id)invokecharArg:(char)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
10100 SETUP_INVOCATION(inv, obj, @selector(charArg:andstructTestStruct2Arg:))
10103 [obj forwardInvocation:inv];
10108 +(id)callcharArg:(char)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
10110 return [obj charArg:arg1 andstructTestStruct3Arg:arg2];
10113 +(id)invokecharArg:(char)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
10118 SETUP_INVOCATION(inv, obj, @selector(charArg:andstructTestStruct3Arg:))
10121 [obj forwardInvocation:inv];
10126 +(id)callcharArg:(char)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
10128 return [obj charArg:arg1 andstructTestStruct4Arg:arg2];
10131 +(id)invokecharArg:(char)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
10136 SETUP_INVOCATION(inv, obj, @selector(charArg:andstructTestStruct4Arg:))
10139 [obj forwardInvocation:inv];
10144 +(id)callcharArg:(char)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
10146 return [obj charArg:arg1 andstructTestStruct5Arg:arg2];
10149 +(id)invokecharArg:(char)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
10154 SETUP_INVOCATION(inv, obj, @selector(charArg:andstructTestStruct5Arg:))
10157 [obj forwardInvocation:inv];
10163 +(id)callsignedshortArg:(signed short)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
10165 return [obj signedshortArg:arg1 andboolArg:arg2];
10168 +(id)invokesignedshortArg:(signed short)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
10173 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:andboolArg:))
10176 [obj forwardInvocation:inv];
10182 +(id)callsignedshortArg:(signed short)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
10184 return [obj signedshortArg:arg1 andBOOLArg:arg2];
10187 +(id)invokesignedshortArg:(signed short)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
10192 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:andBOOLArg:))
10195 [obj forwardInvocation:inv];
10200 +(id)callsignedshortArg:(signed short)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
10202 return [obj signedshortArg:arg1 andcharArg:arg2];
10205 +(id)invokesignedshortArg:(signed short)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
10210 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:andcharArg:))
10213 [obj forwardInvocation:inv];
10218 +(id)callsignedshortArg:(signed short)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
10220 return [obj signedshortArg:arg1 andsignedshortArg:arg2];
10223 +(id)invokesignedshortArg:(signed short)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
10228 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:andsignedshortArg:))
10231 [obj forwardInvocation:inv];
10236 +(id)callsignedshortArg:(signed short)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
10238 return [obj signedshortArg:arg1 andsignedintArg:arg2];
10241 +(id)invokesignedshortArg:(signed short)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
10246 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:andsignedintArg:))
10249 [obj forwardInvocation:inv];
10254 +(id)callsignedshortArg:(signed short)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
10256 return [obj signedshortArg:arg1 andsignedlongArg:arg2];
10259 +(id)invokesignedshortArg:(signed short)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
10264 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:andsignedlongArg:))
10267 [obj forwardInvocation:inv];
10272 +(id)callsignedshortArg:(signed short)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
10274 return [obj signedshortArg:arg1 andsignedlonglongArg:arg2];
10277 +(id)invokesignedshortArg:(signed short)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
10282 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:andsignedlonglongArg:))
10285 [obj forwardInvocation:inv];
10290 +(id)callsignedshortArg:(signed short)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
10292 return [obj signedshortArg:arg1 andunsignedcharArg:arg2];
10295 +(id)invokesignedshortArg:(signed short)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
10300 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:andunsignedcharArg:))
10303 [obj forwardInvocation:inv];
10308 +(id)callsignedshortArg:(signed short)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
10310 return [obj signedshortArg:arg1 andunsignedshortArg:arg2];
10313 +(id)invokesignedshortArg:(signed short)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
10318 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:andunsignedshortArg:))
10321 [obj forwardInvocation:inv];
10326 +(id)callsignedshortArg:(signed short)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
10328 return [obj signedshortArg:arg1 andunsignedintArg:arg2];
10331 +(id)invokesignedshortArg:(signed short)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
10336 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:andunsignedintArg:))
10339 [obj forwardInvocation:inv];
10344 +(id)callsignedshortArg:(signed short)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
10346 return [obj signedshortArg:arg1 andunsignedlongArg:arg2];
10349 +(id)invokesignedshortArg:(signed short)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
10354 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:andunsignedlongArg:))
10357 [obj forwardInvocation:inv];
10362 +(id)callsignedshortArg:(signed short)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
10364 return [obj signedshortArg:arg1 andunsignedlonglongArg:arg2];
10367 +(id)invokesignedshortArg:(signed short)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
10372 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:andunsignedlonglongArg:))
10375 [obj forwardInvocation:inv];
10380 +(id)callsignedshortArg:(signed short)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
10382 return [obj signedshortArg:arg1 andfloatArg:arg2];
10385 +(id)invokesignedshortArg:(signed short)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
10390 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:andfloatArg:))
10393 [obj forwardInvocation:inv];
10398 +(id)callsignedshortArg:(signed short)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
10400 return [obj signedshortArg:arg1 anddoubleArg:arg2];
10403 +(id)invokesignedshortArg:(signed short)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
10408 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:anddoubleArg:))
10411 [obj forwardInvocation:inv];
10416 +(id)callsignedshortArg:(signed short)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
10418 return [obj signedshortArg:arg1 andidArg:arg2];
10421 +(id)invokesignedshortArg:(signed short)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
10426 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:andidArg:))
10429 [obj forwardInvocation:inv];
10434 +(id)callsignedshortArg:(signed short)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
10436 return [obj signedshortArg:arg1 andcharPtrArg:arg2];
10439 +(id)invokesignedshortArg:(signed short)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
10444 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:andcharPtrArg:))
10447 [obj forwardInvocation:inv];
10452 +(id)callsignedshortArg:(signed short)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
10454 return [obj signedshortArg:arg1 andNSPointArg:arg2];
10457 +(id)invokesignedshortArg:(signed short)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
10462 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:andNSPointArg:))
10465 [obj forwardInvocation:inv];
10470 +(id)callsignedshortArg:(signed short)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
10472 return [obj signedshortArg:arg1 andNSRectArg:arg2];
10475 +(id)invokesignedshortArg:(signed short)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
10480 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:andNSRectArg:))
10483 [obj forwardInvocation:inv];
10488 +(id)callsignedshortArg:(signed short)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
10490 return [obj signedshortArg:arg1 andstructTestStruct1Arg:arg2];
10493 +(id)invokesignedshortArg:(signed short)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
10498 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:andstructTestStruct1Arg:))
10501 [obj forwardInvocation:inv];
10506 +(id)callsignedshortArg:(signed short)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
10508 return [obj signedshortArg:arg1 andstructTestStruct2Arg:arg2];
10511 +(id)invokesignedshortArg:(signed short)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
10516 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:andstructTestStruct2Arg:))
10519 [obj forwardInvocation:inv];
10524 +(id)callsignedshortArg:(signed short)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
10526 return [obj signedshortArg:arg1 andstructTestStruct3Arg:arg2];
10529 +(id)invokesignedshortArg:(signed short)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
10534 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:andstructTestStruct3Arg:))
10537 [obj forwardInvocation:inv];
10542 +(id)callsignedshortArg:(signed short)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
10544 return [obj signedshortArg:arg1 andstructTestStruct4Arg:arg2];
10547 +(id)invokesignedshortArg:(signed short)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
10552 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:andstructTestStruct4Arg:))
10555 [obj forwardInvocation:inv];
10560 +(id)callsignedshortArg:(signed short)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
10562 return [obj signedshortArg:arg1 andstructTestStruct5Arg:arg2];
10565 +(id)invokesignedshortArg:(signed short)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
10570 SETUP_INVOCATION(inv, obj, @selector(signedshortArg:andstructTestStruct5Arg:))
10573 [obj forwardInvocation:inv];
10579 +(id)callsignedintArg:(signed int)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
10581 return [obj signedintArg:arg1 andboolArg:arg2];
10584 +(id)invokesignedintArg:(signed int)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
10589 SETUP_INVOCATION(inv, obj, @selector(signedintArg:andboolArg:))
10592 [obj forwardInvocation:inv];
10598 +(id)callsignedintArg:(signed int)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
10600 return [obj signedintArg:arg1 andBOOLArg:arg2];
10603 +(id)invokesignedintArg:(signed int)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
10608 SETUP_INVOCATION(inv, obj, @selector(signedintArg:andBOOLArg:))
10611 [obj forwardInvocation:inv];
10616 +(id)callsignedintArg:(signed int)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
10618 return [obj signedintArg:arg1 andcharArg:arg2];
10621 +(id)invokesignedintArg:(signed int)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
10626 SETUP_INVOCATION(inv, obj, @selector(signedintArg:andcharArg:))
10629 [obj forwardInvocation:inv];
10634 +(id)callsignedintArg:(signed int)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
10636 return [obj signedintArg:arg1 andsignedshortArg:arg2];
10639 +(id)invokesignedintArg:(signed int)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
10644 SETUP_INVOCATION(inv, obj, @selector(signedintArg:andsignedshortArg:))
10647 [obj forwardInvocation:inv];
10652 +(id)callsignedintArg:(signed int)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
10654 return [obj signedintArg:arg1 andsignedintArg:arg2];
10657 +(id)invokesignedintArg:(signed int)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
10662 SETUP_INVOCATION(inv, obj, @selector(signedintArg:andsignedintArg:))
10665 [obj forwardInvocation:inv];
10670 +(id)callsignedintArg:(signed int)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
10672 return [obj signedintArg:arg1 andsignedlongArg:arg2];
10675 +(id)invokesignedintArg:(signed int)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
10680 SETUP_INVOCATION(inv, obj, @selector(signedintArg:andsignedlongArg:))
10683 [obj forwardInvocation:inv];
10688 +(id)callsignedintArg:(signed int)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
10690 return [obj signedintArg:arg1 andsignedlonglongArg:arg2];
10693 +(id)invokesignedintArg:(signed int)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
10698 SETUP_INVOCATION(inv, obj, @selector(signedintArg:andsignedlonglongArg:))
10701 [obj forwardInvocation:inv];
10706 +(id)callsignedintArg:(signed int)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
10708 return [obj signedintArg:arg1 andunsignedcharArg:arg2];
10711 +(id)invokesignedintArg:(signed int)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
10716 SETUP_INVOCATION(inv, obj, @selector(signedintArg:andunsignedcharArg:))
10719 [obj forwardInvocation:inv];
10724 +(id)callsignedintArg:(signed int)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
10726 return [obj signedintArg:arg1 andunsignedshortArg:arg2];
10729 +(id)invokesignedintArg:(signed int)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
10734 SETUP_INVOCATION(inv, obj, @selector(signedintArg:andunsignedshortArg:))
10737 [obj forwardInvocation:inv];
10742 +(id)callsignedintArg:(signed int)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
10744 return [obj signedintArg:arg1 andunsignedintArg:arg2];
10747 +(id)invokesignedintArg:(signed int)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
10752 SETUP_INVOCATION(inv, obj, @selector(signedintArg:andunsignedintArg:))
10755 [obj forwardInvocation:inv];
10760 +(id)callsignedintArg:(signed int)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
10762 return [obj signedintArg:arg1 andunsignedlongArg:arg2];
10765 +(id)invokesignedintArg:(signed int)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
10770 SETUP_INVOCATION(inv, obj, @selector(signedintArg:andunsignedlongArg:))
10773 [obj forwardInvocation:inv];
10778 +(id)callsignedintArg:(signed int)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
10780 return [obj signedintArg:arg1 andunsignedlonglongArg:arg2];
10783 +(id)invokesignedintArg:(signed int)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
10788 SETUP_INVOCATION(inv, obj, @selector(signedintArg:andunsignedlonglongArg:))
10791 [obj forwardInvocation:inv];
10796 +(id)callsignedintArg:(signed int)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
10798 return [obj signedintArg:arg1 andfloatArg:arg2];
10801 +(id)invokesignedintArg:(signed int)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
10806 SETUP_INVOCATION(inv, obj, @selector(signedintArg:andfloatArg:))
10809 [obj forwardInvocation:inv];
10814 +(id)callsignedintArg:(signed int)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
10816 return [obj signedintArg:arg1 anddoubleArg:arg2];
10819 +(id)invokesignedintArg:(signed int)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
10824 SETUP_INVOCATION(inv, obj, @selector(signedintArg:anddoubleArg:))
10827 [obj forwardInvocation:inv];
10832 +(id)callsignedintArg:(signed int)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
10834 return [obj signedintArg:arg1 andidArg:arg2];
10837 +(id)invokesignedintArg:(signed int)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
10842 SETUP_INVOCATION(inv, obj, @selector(signedintArg:andidArg:))
10845 [obj forwardInvocation:inv];
10850 +(id)callsignedintArg:(signed int)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
10852 return [obj signedintArg:arg1 andcharPtrArg:arg2];
10855 +(id)invokesignedintArg:(signed int)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
10860 SETUP_INVOCATION(inv, obj, @selector(signedintArg:andcharPtrArg:))
10863 [obj forwardInvocation:inv];
10868 +(id)callsignedintArg:(signed int)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
10870 return [obj signedintArg:arg1 andNSPointArg:arg2];
10873 +(id)invokesignedintArg:(signed int)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
10878 SETUP_INVOCATION(inv, obj, @selector(signedintArg:andNSPointArg:))
10881 [obj forwardInvocation:inv];
10886 +(id)callsignedintArg:(signed int)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
10888 return [obj signedintArg:arg1 andNSRectArg:arg2];
10891 +(id)invokesignedintArg:(signed int)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
10896 SETUP_INVOCATION(inv, obj, @selector(signedintArg:andNSRectArg:))
10899 [obj forwardInvocation:inv];
10904 +(id)callsignedintArg:(signed int)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
10906 return [obj signedintArg:arg1 andstructTestStruct1Arg:arg2];
10909 +(id)invokesignedintArg:(signed int)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
10914 SETUP_INVOCATION(inv, obj, @selector(signedintArg:andstructTestStruct1Arg:))
10917 [obj forwardInvocation:inv];
10922 +(id)callsignedintArg:(signed int)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
10924 return [obj signedintArg:arg1 andstructTestStruct2Arg:arg2];
10927 +(id)invokesignedintArg:(signed int)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
10932 SETUP_INVOCATION(inv, obj, @selector(signedintArg:andstructTestStruct2Arg:))
10935 [obj forwardInvocation:inv];
10940 +(id)callsignedintArg:(signed int)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
10942 return [obj signedintArg:arg1 andstructTestStruct3Arg:arg2];
10945 +(id)invokesignedintArg:(signed int)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
10950 SETUP_INVOCATION(inv, obj, @selector(signedintArg:andstructTestStruct3Arg:))
10953 [obj forwardInvocation:inv];
10958 +(id)callsignedintArg:(signed int)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
10960 return [obj signedintArg:arg1 andstructTestStruct4Arg:arg2];
10963 +(id)invokesignedintArg:(signed int)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
10968 SETUP_INVOCATION(inv, obj, @selector(signedintArg:andstructTestStruct4Arg:))
10971 [obj forwardInvocation:inv];
10976 +(id)callsignedintArg:(signed int)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
10978 return [obj signedintArg:arg1 andstructTestStruct5Arg:arg2];
10981 +(id)invokesignedintArg:(signed int)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
10986 SETUP_INVOCATION(inv, obj, @selector(signedintArg:andstructTestStruct5Arg:))
10989 [obj forwardInvocation:inv];
10995 +(id)callsignedlongArg:(signed long)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
10997 return [obj signedlongArg:arg1 andboolArg:arg2];
11000 +(id)invokesignedlongArg:(signed long)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
11005 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:andboolArg:))
11008 [obj forwardInvocation:inv];
11014 +(id)callsignedlongArg:(signed long)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
11016 return [obj signedlongArg:arg1 andBOOLArg:arg2];
11019 +(id)invokesignedlongArg:(signed long)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
11024 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:andBOOLArg:))
11027 [obj forwardInvocation:inv];
11032 +(id)callsignedlongArg:(signed long)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
11034 return [obj signedlongArg:arg1 andcharArg:arg2];
11037 +(id)invokesignedlongArg:(signed long)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
11042 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:andcharArg:))
11045 [obj forwardInvocation:inv];
11050 +(id)callsignedlongArg:(signed long)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
11052 return [obj signedlongArg:arg1 andsignedshortArg:arg2];
11055 +(id)invokesignedlongArg:(signed long)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
11060 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:andsignedshortArg:))
11063 [obj forwardInvocation:inv];
11068 +(id)callsignedlongArg:(signed long)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
11070 return [obj signedlongArg:arg1 andsignedintArg:arg2];
11073 +(id)invokesignedlongArg:(signed long)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
11078 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:andsignedintArg:))
11081 [obj forwardInvocation:inv];
11086 +(id)callsignedlongArg:(signed long)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
11088 return [obj signedlongArg:arg1 andsignedlongArg:arg2];
11091 +(id)invokesignedlongArg:(signed long)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
11096 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:andsignedlongArg:))
11099 [obj forwardInvocation:inv];
11104 +(id)callsignedlongArg:(signed long)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
11106 return [obj signedlongArg:arg1 andsignedlonglongArg:arg2];
11109 +(id)invokesignedlongArg:(signed long)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
11114 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:andsignedlonglongArg:))
11117 [obj forwardInvocation:inv];
11122 +(id)callsignedlongArg:(signed long)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
11124 return [obj signedlongArg:arg1 andunsignedcharArg:arg2];
11127 +(id)invokesignedlongArg:(signed long)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
11132 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:andunsignedcharArg:))
11135 [obj forwardInvocation:inv];
11140 +(id)callsignedlongArg:(signed long)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
11142 return [obj signedlongArg:arg1 andunsignedshortArg:arg2];
11145 +(id)invokesignedlongArg:(signed long)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
11150 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:andunsignedshortArg:))
11153 [obj forwardInvocation:inv];
11158 +(id)callsignedlongArg:(signed long)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
11160 return [obj signedlongArg:arg1 andunsignedintArg:arg2];
11163 +(id)invokesignedlongArg:(signed long)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
11168 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:andunsignedintArg:))
11171 [obj forwardInvocation:inv];
11176 +(id)callsignedlongArg:(signed long)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
11178 return [obj signedlongArg:arg1 andunsignedlongArg:arg2];
11181 +(id)invokesignedlongArg:(signed long)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
11186 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:andunsignedlongArg:))
11189 [obj forwardInvocation:inv];
11194 +(id)callsignedlongArg:(signed long)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
11196 return [obj signedlongArg:arg1 andunsignedlonglongArg:arg2];
11199 +(id)invokesignedlongArg:(signed long)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
11204 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:andunsignedlonglongArg:))
11207 [obj forwardInvocation:inv];
11212 +(id)callsignedlongArg:(signed long)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
11214 return [obj signedlongArg:arg1 andfloatArg:arg2];
11217 +(id)invokesignedlongArg:(signed long)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
11222 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:andfloatArg:))
11225 [obj forwardInvocation:inv];
11230 +(id)callsignedlongArg:(signed long)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
11232 return [obj signedlongArg:arg1 anddoubleArg:arg2];
11235 +(id)invokesignedlongArg:(signed long)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
11240 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:anddoubleArg:))
11243 [obj forwardInvocation:inv];
11248 +(id)callsignedlongArg:(signed long)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
11250 return [obj signedlongArg:arg1 andidArg:arg2];
11253 +(id)invokesignedlongArg:(signed long)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
11258 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:andidArg:))
11261 [obj forwardInvocation:inv];
11266 +(id)callsignedlongArg:(signed long)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
11268 return [obj signedlongArg:arg1 andcharPtrArg:arg2];
11271 +(id)invokesignedlongArg:(signed long)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
11276 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:andcharPtrArg:))
11279 [obj forwardInvocation:inv];
11284 +(id)callsignedlongArg:(signed long)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
11286 return [obj signedlongArg:arg1 andNSPointArg:arg2];
11289 +(id)invokesignedlongArg:(signed long)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
11294 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:andNSPointArg:))
11297 [obj forwardInvocation:inv];
11302 +(id)callsignedlongArg:(signed long)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
11304 return [obj signedlongArg:arg1 andNSRectArg:arg2];
11307 +(id)invokesignedlongArg:(signed long)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
11312 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:andNSRectArg:))
11315 [obj forwardInvocation:inv];
11320 +(id)callsignedlongArg:(signed long)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
11322 return [obj signedlongArg:arg1 andstructTestStruct1Arg:arg2];
11325 +(id)invokesignedlongArg:(signed long)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
11330 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:andstructTestStruct1Arg:))
11333 [obj forwardInvocation:inv];
11338 +(id)callsignedlongArg:(signed long)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
11340 return [obj signedlongArg:arg1 andstructTestStruct2Arg:arg2];
11343 +(id)invokesignedlongArg:(signed long)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
11348 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:andstructTestStruct2Arg:))
11351 [obj forwardInvocation:inv];
11356 +(id)callsignedlongArg:(signed long)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
11358 return [obj signedlongArg:arg1 andstructTestStruct3Arg:arg2];
11361 +(id)invokesignedlongArg:(signed long)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
11366 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:andstructTestStruct3Arg:))
11369 [obj forwardInvocation:inv];
11374 +(id)callsignedlongArg:(signed long)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
11376 return [obj signedlongArg:arg1 andstructTestStruct4Arg:arg2];
11379 +(id)invokesignedlongArg:(signed long)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
11384 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:andstructTestStruct4Arg:))
11387 [obj forwardInvocation:inv];
11392 +(id)callsignedlongArg:(signed long)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
11394 return [obj signedlongArg:arg1 andstructTestStruct5Arg:arg2];
11397 +(id)invokesignedlongArg:(signed long)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
11402 SETUP_INVOCATION(inv, obj, @selector(signedlongArg:andstructTestStruct5Arg:))
11405 [obj forwardInvocation:inv];
11411 +(id)callsignedlonglongArg:(signed long long)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
11413 return [obj signedlonglongArg:arg1 andboolArg:arg2];
11416 +(id)invokesignedlonglongArg:(signed long long)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
11421 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:andboolArg:))
11424 [obj forwardInvocation:inv];
11430 +(id)callsignedlonglongArg:(signed long long)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
11432 return [obj signedlonglongArg:arg1 andBOOLArg:arg2];
11435 +(id)invokesignedlonglongArg:(signed long long)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
11440 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:andBOOLArg:))
11443 [obj forwardInvocation:inv];
11448 +(id)callsignedlonglongArg:(signed long long)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
11450 return [obj signedlonglongArg:arg1 andcharArg:arg2];
11453 +(id)invokesignedlonglongArg:(signed long long)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
11458 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:andcharArg:))
11461 [obj forwardInvocation:inv];
11466 +(id)callsignedlonglongArg:(signed long long)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
11468 return [obj signedlonglongArg:arg1 andsignedshortArg:arg2];
11471 +(id)invokesignedlonglongArg:(signed long long)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
11476 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:andsignedshortArg:))
11479 [obj forwardInvocation:inv];
11484 +(id)callsignedlonglongArg:(signed long long)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
11486 return [obj signedlonglongArg:arg1 andsignedintArg:arg2];
11489 +(id)invokesignedlonglongArg:(signed long long)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
11494 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:andsignedintArg:))
11497 [obj forwardInvocation:inv];
11502 +(id)callsignedlonglongArg:(signed long long)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
11504 return [obj signedlonglongArg:arg1 andsignedlongArg:arg2];
11507 +(id)invokesignedlonglongArg:(signed long long)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
11512 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:andsignedlongArg:))
11515 [obj forwardInvocation:inv];
11520 +(id)callsignedlonglongArg:(signed long long)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
11522 return [obj signedlonglongArg:arg1 andsignedlonglongArg:arg2];
11525 +(id)invokesignedlonglongArg:(signed long long)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
11530 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:andsignedlonglongArg:))
11533 [obj forwardInvocation:inv];
11538 +(id)callsignedlonglongArg:(signed long long)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
11540 return [obj signedlonglongArg:arg1 andunsignedcharArg:arg2];
11543 +(id)invokesignedlonglongArg:(signed long long)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
11548 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:andunsignedcharArg:))
11551 [obj forwardInvocation:inv];
11556 +(id)callsignedlonglongArg:(signed long long)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
11558 return [obj signedlonglongArg:arg1 andunsignedshortArg:arg2];
11561 +(id)invokesignedlonglongArg:(signed long long)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
11566 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:andunsignedshortArg:))
11569 [obj forwardInvocation:inv];
11574 +(id)callsignedlonglongArg:(signed long long)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
11576 return [obj signedlonglongArg:arg1 andunsignedintArg:arg2];
11579 +(id)invokesignedlonglongArg:(signed long long)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
11584 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:andunsignedintArg:))
11587 [obj forwardInvocation:inv];
11592 +(id)callsignedlonglongArg:(signed long long)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
11594 return [obj signedlonglongArg:arg1 andunsignedlongArg:arg2];
11597 +(id)invokesignedlonglongArg:(signed long long)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
11602 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:andunsignedlongArg:))
11605 [obj forwardInvocation:inv];
11610 +(id)callsignedlonglongArg:(signed long long)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
11612 return [obj signedlonglongArg:arg1 andunsignedlonglongArg:arg2];
11615 +(id)invokesignedlonglongArg:(signed long long)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
11620 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:andunsignedlonglongArg:))
11623 [obj forwardInvocation:inv];
11628 +(id)callsignedlonglongArg:(signed long long)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
11630 return [obj signedlonglongArg:arg1 andfloatArg:arg2];
11633 +(id)invokesignedlonglongArg:(signed long long)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
11638 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:andfloatArg:))
11641 [obj forwardInvocation:inv];
11646 +(id)callsignedlonglongArg:(signed long long)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
11648 return [obj signedlonglongArg:arg1 anddoubleArg:arg2];
11651 +(id)invokesignedlonglongArg:(signed long long)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
11656 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:anddoubleArg:))
11659 [obj forwardInvocation:inv];
11664 +(id)callsignedlonglongArg:(signed long long)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
11666 return [obj signedlonglongArg:arg1 andidArg:arg2];
11669 +(id)invokesignedlonglongArg:(signed long long)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
11674 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:andidArg:))
11677 [obj forwardInvocation:inv];
11682 +(id)callsignedlonglongArg:(signed long long)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
11684 return [obj signedlonglongArg:arg1 andcharPtrArg:arg2];
11687 +(id)invokesignedlonglongArg:(signed long long)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
11692 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:andcharPtrArg:))
11695 [obj forwardInvocation:inv];
11700 +(id)callsignedlonglongArg:(signed long long)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
11702 return [obj signedlonglongArg:arg1 andNSPointArg:arg2];
11705 +(id)invokesignedlonglongArg:(signed long long)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
11710 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:andNSPointArg:))
11713 [obj forwardInvocation:inv];
11718 +(id)callsignedlonglongArg:(signed long long)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
11720 return [obj signedlonglongArg:arg1 andNSRectArg:arg2];
11723 +(id)invokesignedlonglongArg:(signed long long)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
11728 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:andNSRectArg:))
11731 [obj forwardInvocation:inv];
11736 +(id)callsignedlonglongArg:(signed long long)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
11738 return [obj signedlonglongArg:arg1 andstructTestStruct1Arg:arg2];
11741 +(id)invokesignedlonglongArg:(signed long long)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
11746 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:andstructTestStruct1Arg:))
11749 [obj forwardInvocation:inv];
11754 +(id)callsignedlonglongArg:(signed long long)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
11756 return [obj signedlonglongArg:arg1 andstructTestStruct2Arg:arg2];
11759 +(id)invokesignedlonglongArg:(signed long long)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
11764 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:andstructTestStruct2Arg:))
11767 [obj forwardInvocation:inv];
11772 +(id)callsignedlonglongArg:(signed long long)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
11774 return [obj signedlonglongArg:arg1 andstructTestStruct3Arg:arg2];
11777 +(id)invokesignedlonglongArg:(signed long long)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
11782 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:andstructTestStruct3Arg:))
11785 [obj forwardInvocation:inv];
11790 +(id)callsignedlonglongArg:(signed long long)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
11792 return [obj signedlonglongArg:arg1 andstructTestStruct4Arg:arg2];
11795 +(id)invokesignedlonglongArg:(signed long long)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
11800 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:andstructTestStruct4Arg:))
11803 [obj forwardInvocation:inv];
11808 +(id)callsignedlonglongArg:(signed long long)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
11810 return [obj signedlonglongArg:arg1 andstructTestStruct5Arg:arg2];
11813 +(id)invokesignedlonglongArg:(signed long long)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
11818 SETUP_INVOCATION(inv, obj, @selector(signedlonglongArg:andstructTestStruct5Arg:))
11821 [obj forwardInvocation:inv];
11827 +(id)callunsignedcharArg:(unsigned char)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
11829 return [obj unsignedcharArg:arg1 andboolArg:arg2];
11832 +(id)invokeunsignedcharArg:(unsigned char)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
11837 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:andboolArg:))
11840 [obj forwardInvocation:inv];
11846 +(id)callunsignedcharArg:(unsigned char)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
11848 return [obj unsignedcharArg:arg1 andBOOLArg:arg2];
11851 +(id)invokeunsignedcharArg:(unsigned char)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
11856 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:andBOOLArg:))
11859 [obj forwardInvocation:inv];
11864 +(id)callunsignedcharArg:(unsigned char)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
11866 return [obj unsignedcharArg:arg1 andcharArg:arg2];
11869 +(id)invokeunsignedcharArg:(unsigned char)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
11874 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:andcharArg:))
11877 [obj forwardInvocation:inv];
11882 +(id)callunsignedcharArg:(unsigned char)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
11884 return [obj unsignedcharArg:arg1 andsignedshortArg:arg2];
11887 +(id)invokeunsignedcharArg:(unsigned char)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
11892 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:andsignedshortArg:))
11895 [obj forwardInvocation:inv];
11900 +(id)callunsignedcharArg:(unsigned char)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
11902 return [obj unsignedcharArg:arg1 andsignedintArg:arg2];
11905 +(id)invokeunsignedcharArg:(unsigned char)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
11910 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:andsignedintArg:))
11913 [obj forwardInvocation:inv];
11918 +(id)callunsignedcharArg:(unsigned char)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
11920 return [obj unsignedcharArg:arg1 andsignedlongArg:arg2];
11923 +(id)invokeunsignedcharArg:(unsigned char)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
11928 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:andsignedlongArg:))
11931 [obj forwardInvocation:inv];
11936 +(id)callunsignedcharArg:(unsigned char)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
11938 return [obj unsignedcharArg:arg1 andsignedlonglongArg:arg2];
11941 +(id)invokeunsignedcharArg:(unsigned char)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
11946 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:andsignedlonglongArg:))
11949 [obj forwardInvocation:inv];
11954 +(id)callunsignedcharArg:(unsigned char)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
11956 return [obj unsignedcharArg:arg1 andunsignedcharArg:arg2];
11959 +(id)invokeunsignedcharArg:(unsigned char)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
11964 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:andunsignedcharArg:))
11967 [obj forwardInvocation:inv];
11972 +(id)callunsignedcharArg:(unsigned char)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
11974 return [obj unsignedcharArg:arg1 andunsignedshortArg:arg2];
11977 +(id)invokeunsignedcharArg:(unsigned char)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
11982 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:andunsignedshortArg:))
11985 [obj forwardInvocation:inv];
11990 +(id)callunsignedcharArg:(unsigned char)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
11992 return [obj unsignedcharArg:arg1 andunsignedintArg:arg2];
11995 +(id)invokeunsignedcharArg:(unsigned char)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
12000 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:andunsignedintArg:))
12003 [obj forwardInvocation:inv];
12008 +(id)callunsignedcharArg:(unsigned char)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
12010 return [obj unsignedcharArg:arg1 andunsignedlongArg:arg2];
12013 +(id)invokeunsignedcharArg:(unsigned char)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
12018 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:andunsignedlongArg:))
12021 [obj forwardInvocation:inv];
12026 +(id)callunsignedcharArg:(unsigned char)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
12028 return [obj unsignedcharArg:arg1 andunsignedlonglongArg:arg2];
12031 +(id)invokeunsignedcharArg:(unsigned char)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
12036 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:andunsignedlonglongArg:))
12039 [obj forwardInvocation:inv];
12044 +(id)callunsignedcharArg:(unsigned char)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
12046 return [obj unsignedcharArg:arg1 andfloatArg:arg2];
12049 +(id)invokeunsignedcharArg:(unsigned char)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
12054 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:andfloatArg:))
12057 [obj forwardInvocation:inv];
12062 +(id)callunsignedcharArg:(unsigned char)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
12064 return [obj unsignedcharArg:arg1 anddoubleArg:arg2];
12067 +(id)invokeunsignedcharArg:(unsigned char)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
12072 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:anddoubleArg:))
12075 [obj forwardInvocation:inv];
12080 +(id)callunsignedcharArg:(unsigned char)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
12082 return [obj unsignedcharArg:arg1 andidArg:arg2];
12085 +(id)invokeunsignedcharArg:(unsigned char)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
12090 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:andidArg:))
12093 [obj forwardInvocation:inv];
12098 +(id)callunsignedcharArg:(unsigned char)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
12100 return [obj unsignedcharArg:arg1 andcharPtrArg:arg2];
12103 +(id)invokeunsignedcharArg:(unsigned char)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
12108 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:andcharPtrArg:))
12111 [obj forwardInvocation:inv];
12116 +(id)callunsignedcharArg:(unsigned char)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
12118 return [obj unsignedcharArg:arg1 andNSPointArg:arg2];
12121 +(id)invokeunsignedcharArg:(unsigned char)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
12126 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:andNSPointArg:))
12129 [obj forwardInvocation:inv];
12134 +(id)callunsignedcharArg:(unsigned char)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
12136 return [obj unsignedcharArg:arg1 andNSRectArg:arg2];
12139 +(id)invokeunsignedcharArg:(unsigned char)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
12144 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:andNSRectArg:))
12147 [obj forwardInvocation:inv];
12152 +(id)callunsignedcharArg:(unsigned char)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
12154 return [obj unsignedcharArg:arg1 andstructTestStruct1Arg:arg2];
12157 +(id)invokeunsignedcharArg:(unsigned char)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
12162 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:andstructTestStruct1Arg:))
12165 [obj forwardInvocation:inv];
12170 +(id)callunsignedcharArg:(unsigned char)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
12172 return [obj unsignedcharArg:arg1 andstructTestStruct2Arg:arg2];
12175 +(id)invokeunsignedcharArg:(unsigned char)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
12180 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:andstructTestStruct2Arg:))
12183 [obj forwardInvocation:inv];
12188 +(id)callunsignedcharArg:(unsigned char)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
12190 return [obj unsignedcharArg:arg1 andstructTestStruct3Arg:arg2];
12193 +(id)invokeunsignedcharArg:(unsigned char)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
12198 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:andstructTestStruct3Arg:))
12201 [obj forwardInvocation:inv];
12206 +(id)callunsignedcharArg:(unsigned char)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
12208 return [obj unsignedcharArg:arg1 andstructTestStruct4Arg:arg2];
12211 +(id)invokeunsignedcharArg:(unsigned char)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
12216 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:andstructTestStruct4Arg:))
12219 [obj forwardInvocation:inv];
12224 +(id)callunsignedcharArg:(unsigned char)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
12226 return [obj unsignedcharArg:arg1 andstructTestStruct5Arg:arg2];
12229 +(id)invokeunsignedcharArg:(unsigned char)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
12234 SETUP_INVOCATION(inv, obj, @selector(unsignedcharArg:andstructTestStruct5Arg:))
12237 [obj forwardInvocation:inv];
12243 +(id)callunsignedshortArg:(unsigned short)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
12245 return [obj unsignedshortArg:arg1 andboolArg:arg2];
12248 +(id)invokeunsignedshortArg:(unsigned short)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
12253 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:andboolArg:))
12256 [obj forwardInvocation:inv];
12262 +(id)callunsignedshortArg:(unsigned short)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
12264 return [obj unsignedshortArg:arg1 andBOOLArg:arg2];
12267 +(id)invokeunsignedshortArg:(unsigned short)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
12272 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:andBOOLArg:))
12275 [obj forwardInvocation:inv];
12280 +(id)callunsignedshortArg:(unsigned short)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
12282 return [obj unsignedshortArg:arg1 andcharArg:arg2];
12285 +(id)invokeunsignedshortArg:(unsigned short)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
12290 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:andcharArg:))
12293 [obj forwardInvocation:inv];
12298 +(id)callunsignedshortArg:(unsigned short)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
12300 return [obj unsignedshortArg:arg1 andsignedshortArg:arg2];
12303 +(id)invokeunsignedshortArg:(unsigned short)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
12308 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:andsignedshortArg:))
12311 [obj forwardInvocation:inv];
12316 +(id)callunsignedshortArg:(unsigned short)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
12318 return [obj unsignedshortArg:arg1 andsignedintArg:arg2];
12321 +(id)invokeunsignedshortArg:(unsigned short)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
12326 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:andsignedintArg:))
12329 [obj forwardInvocation:inv];
12334 +(id)callunsignedshortArg:(unsigned short)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
12336 return [obj unsignedshortArg:arg1 andsignedlongArg:arg2];
12339 +(id)invokeunsignedshortArg:(unsigned short)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
12344 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:andsignedlongArg:))
12347 [obj forwardInvocation:inv];
12352 +(id)callunsignedshortArg:(unsigned short)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
12354 return [obj unsignedshortArg:arg1 andsignedlonglongArg:arg2];
12357 +(id)invokeunsignedshortArg:(unsigned short)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
12361 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:andsignedlonglongArg:))
12364 [obj forwardInvocation:inv];
12369 +(id)callunsignedshortArg:(unsigned short)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
12371 return [obj unsignedshortArg:arg1 andunsignedcharArg:arg2];
12374 +(id)invokeunsignedshortArg:(unsigned short)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
12379 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:andunsignedcharArg:))
12382 [obj forwardInvocation:inv];
12387 +(id)callunsignedshortArg:(unsigned short)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
12389 return [obj unsignedshortArg:arg1 andunsignedshortArg:arg2];
12392 +(id)invokeunsignedshortArg:(unsigned short)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
12397 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:andunsignedshortArg:))
12400 [obj forwardInvocation:inv];
12405 +(id)callunsignedshortArg:(unsigned short)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
12407 return [obj unsignedshortArg:arg1 andunsignedintArg:arg2];
12410 +(id)invokeunsignedshortArg:(unsigned short)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
12415 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:andunsignedintArg:))
12418 [obj forwardInvocation:inv];
12423 +(id)callunsignedshortArg:(unsigned short)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
12425 return [obj unsignedshortArg:arg1 andunsignedlongArg:arg2];
12428 +(id)invokeunsignedshortArg:(unsigned short)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
12433 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:andunsignedlongArg:))
12436 [obj forwardInvocation:inv];
12441 +(id)callunsignedshortArg:(unsigned short)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
12443 return [obj unsignedshortArg:arg1 andunsignedlonglongArg:arg2];
12446 +(id)invokeunsignedshortArg:(unsigned short)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
12451 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:andunsignedlonglongArg:))
12454 [obj forwardInvocation:inv];
12459 +(id)callunsignedshortArg:(unsigned short)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
12461 return [obj unsignedshortArg:arg1 andfloatArg:arg2];
12464 +(id)invokeunsignedshortArg:(unsigned short)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
12469 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:andfloatArg:))
12472 [obj forwardInvocation:inv];
12477 +(id)callunsignedshortArg:(unsigned short)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
12479 return [obj unsignedshortArg:arg1 anddoubleArg:arg2];
12482 +(id)invokeunsignedshortArg:(unsigned short)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
12487 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:anddoubleArg:))
12490 [obj forwardInvocation:inv];
12495 +(id)callunsignedshortArg:(unsigned short)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
12497 return [obj unsignedshortArg:arg1 andidArg:arg2];
12500 +(id)invokeunsignedshortArg:(unsigned short)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
12505 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:andidArg:))
12508 [obj forwardInvocation:inv];
12513 +(id)callunsignedshortArg:(unsigned short)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
12515 return [obj unsignedshortArg:arg1 andcharPtrArg:arg2];
12518 +(id)invokeunsignedshortArg:(unsigned short)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
12523 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:andcharPtrArg:))
12526 [obj forwardInvocation:inv];
12531 +(id)callunsignedshortArg:(unsigned short)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
12533 return [obj unsignedshortArg:arg1 andNSPointArg:arg2];
12536 +(id)invokeunsignedshortArg:(unsigned short)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
12541 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:andNSPointArg:))
12544 [obj forwardInvocation:inv];
12549 +(id)callunsignedshortArg:(unsigned short)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
12551 return [obj unsignedshortArg:arg1 andNSRectArg:arg2];
12554 +(id)invokeunsignedshortArg:(unsigned short)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
12559 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:andNSRectArg:))
12562 [obj forwardInvocation:inv];
12567 +(id)callunsignedshortArg:(unsigned short)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
12569 return [obj unsignedshortArg:arg1 andstructTestStruct1Arg:arg2];
12572 +(id)invokeunsignedshortArg:(unsigned short)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
12577 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:andstructTestStruct1Arg:))
12580 [obj forwardInvocation:inv];
12585 +(id)callunsignedshortArg:(unsigned short)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
12587 return [obj unsignedshortArg:arg1 andstructTestStruct2Arg:arg2];
12590 +(id)invokeunsignedshortArg:(unsigned short)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
12595 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:andstructTestStruct2Arg:))
12598 [obj forwardInvocation:inv];
12603 +(id)callunsignedshortArg:(unsigned short)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
12605 return [obj unsignedshortArg:arg1 andstructTestStruct3Arg:arg2];
12608 +(id)invokeunsignedshortArg:(unsigned short)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
12613 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:andstructTestStruct3Arg:))
12616 [obj forwardInvocation:inv];
12621 +(id)callunsignedshortArg:(unsigned short)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
12623 return [obj unsignedshortArg:arg1 andstructTestStruct4Arg:arg2];
12626 +(id)invokeunsignedshortArg:(unsigned short)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
12631 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:andstructTestStruct4Arg:))
12634 [obj forwardInvocation:inv];
12639 +(id)callunsignedshortArg:(unsigned short)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
12641 return [obj unsignedshortArg:arg1 andstructTestStruct5Arg:arg2];
12644 +(id)invokeunsignedshortArg:(unsigned short)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
12649 SETUP_INVOCATION(inv, obj, @selector(unsignedshortArg:andstructTestStruct5Arg:))
12652 [obj forwardInvocation:inv];
12658 +(id)callunsignedintArg:(unsigned int)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
12660 return [obj unsignedintArg:arg1 andboolArg:arg2];
12663 +(id)invokeunsignedintArg:(unsigned int)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
12668 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:andboolArg:))
12671 [obj forwardInvocation:inv];
12677 +(id)callunsignedintArg:(unsigned int)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
12679 return [obj unsignedintArg:arg1 andBOOLArg:arg2];
12682 +(id)invokeunsignedintArg:(unsigned int)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
12687 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:andBOOLArg:))
12690 [obj forwardInvocation:inv];
12695 +(id)callunsignedintArg:(unsigned int)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
12697 return [obj unsignedintArg:arg1 andcharArg:arg2];
12700 +(id)invokeunsignedintArg:(unsigned int)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
12705 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:andcharArg:))
12708 [obj forwardInvocation:inv];
12713 +(id)callunsignedintArg:(unsigned int)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
12715 return [obj unsignedintArg:arg1 andsignedshortArg:arg2];
12718 +(id)invokeunsignedintArg:(unsigned int)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
12723 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:andsignedshortArg:))
12726 [obj forwardInvocation:inv];
12731 +(id)callunsignedintArg:(unsigned int)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
12733 return [obj unsignedintArg:arg1 andsignedintArg:arg2];
12736 +(id)invokeunsignedintArg:(unsigned int)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
12741 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:andsignedintArg:))
12744 [obj forwardInvocation:inv];
12749 +(id)callunsignedintArg:(unsigned int)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
12751 return [obj unsignedintArg:arg1 andsignedlongArg:arg2];
12754 +(id)invokeunsignedintArg:(unsigned int)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
12759 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:andsignedlongArg:))
12762 [obj forwardInvocation:inv];
12767 +(id)callunsignedintArg:(unsigned int)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
12769 return [obj unsignedintArg:arg1 andsignedlonglongArg:arg2];
12772 +(id)invokeunsignedintArg:(unsigned int)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
12777 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:andsignedlonglongArg:))
12780 [obj forwardInvocation:inv];
12785 +(id)callunsignedintArg:(unsigned int)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
12787 return [obj unsignedintArg:arg1 andunsignedcharArg:arg2];
12790 +(id)invokeunsignedintArg:(unsigned int)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
12795 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:andunsignedcharArg:))
12798 [obj forwardInvocation:inv];
12803 +(id)callunsignedintArg:(unsigned int)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
12805 return [obj unsignedintArg:arg1 andunsignedshortArg:arg2];
12808 +(id)invokeunsignedintArg:(unsigned int)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
12813 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:andunsignedshortArg:))
12816 [obj forwardInvocation:inv];
12821 +(id)callunsignedintArg:(unsigned int)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
12823 return [obj unsignedintArg:arg1 andunsignedintArg:arg2];
12826 +(id)invokeunsignedintArg:(unsigned int)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
12831 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:andunsignedintArg:))
12834 [obj forwardInvocation:inv];
12839 +(id)callunsignedintArg:(unsigned int)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
12841 return [obj unsignedintArg:arg1 andunsignedlongArg:arg2];
12844 +(id)invokeunsignedintArg:(unsigned int)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
12849 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:andunsignedlongArg:))
12852 [obj forwardInvocation:inv];
12857 +(id)callunsignedintArg:(unsigned int)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
12859 return [obj unsignedintArg:arg1 andunsignedlonglongArg:arg2];
12862 +(id)invokeunsignedintArg:(unsigned int)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
12867 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:andunsignedlonglongArg:))
12870 [obj forwardInvocation:inv];
12875 +(id)callunsignedintArg:(unsigned int)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
12877 return [obj unsignedintArg:arg1 andfloatArg:arg2];
12880 +(id)invokeunsignedintArg:(unsigned int)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
12885 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:andfloatArg:))
12888 [obj forwardInvocation:inv];
12893 +(id)callunsignedintArg:(unsigned int)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
12895 return [obj unsignedintArg:arg1 anddoubleArg:arg2];
12898 +(id)invokeunsignedintArg:(unsigned int)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
12903 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:anddoubleArg:))
12906 [obj forwardInvocation:inv];
12911 +(id)callunsignedintArg:(unsigned int)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
12913 return [obj unsignedintArg:arg1 andidArg:arg2];
12916 +(id)invokeunsignedintArg:(unsigned int)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
12921 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:andidArg:))
12924 [obj forwardInvocation:inv];
12929 +(id)callunsignedintArg:(unsigned int)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
12931 return [obj unsignedintArg:arg1 andcharPtrArg:arg2];
12934 +(id)invokeunsignedintArg:(unsigned int)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
12939 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:andcharPtrArg:))
12942 [obj forwardInvocation:inv];
12947 +(id)callunsignedintArg:(unsigned int)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
12949 return [obj unsignedintArg:arg1 andNSPointArg:arg2];
12952 +(id)invokeunsignedintArg:(unsigned int)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
12957 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:andNSPointArg:))
12960 [obj forwardInvocation:inv];
12965 +(id)callunsignedintArg:(unsigned int)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
12967 return [obj unsignedintArg:arg1 andNSRectArg:arg2];
12970 +(id)invokeunsignedintArg:(unsigned int)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
12975 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:andNSRectArg:))
12978 [obj forwardInvocation:inv];
12983 +(id)callunsignedintArg:(unsigned int)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
12985 return [obj unsignedintArg:arg1 andstructTestStruct1Arg:arg2];
12988 +(id)invokeunsignedintArg:(unsigned int)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
12993 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:andstructTestStruct1Arg:))
12996 [obj forwardInvocation:inv];
13001 +(id)callunsignedintArg:(unsigned int)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
13003 return [obj unsignedintArg:arg1 andstructTestStruct2Arg:arg2];
13006 +(id)invokeunsignedintArg:(unsigned int)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
13011 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:andstructTestStruct2Arg:))
13014 [obj forwardInvocation:inv];
13019 +(id)callunsignedintArg:(unsigned int)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
13021 return [obj unsignedintArg:arg1 andstructTestStruct3Arg:arg2];
13024 +(id)invokeunsignedintArg:(unsigned int)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
13029 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:andstructTestStruct3Arg:))
13032 [obj forwardInvocation:inv];
13037 +(id)callunsignedintArg:(unsigned int)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
13039 return [obj unsignedintArg:arg1 andstructTestStruct4Arg:arg2];
13042 +(id)invokeunsignedintArg:(unsigned int)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
13047 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:andstructTestStruct4Arg:))
13050 [obj forwardInvocation:inv];
13055 +(id)callunsignedintArg:(unsigned int)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
13057 return [obj unsignedintArg:arg1 andstructTestStruct5Arg:arg2];
13060 +(id)invokeunsignedintArg:(unsigned int)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
13065 SETUP_INVOCATION(inv, obj, @selector(unsignedintArg:andstructTestStruct5Arg:))
13068 [obj forwardInvocation:inv];
13074 +(id)callunsignedlongArg:(unsigned long)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
13076 return [obj unsignedlongArg:arg1 andboolArg:arg2];
13079 +(id)invokeunsignedlongArg:(unsigned long)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
13084 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:andboolArg:))
13087 [obj forwardInvocation:inv];
13093 +(id)callunsignedlongArg:(unsigned long)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
13095 return [obj unsignedlongArg:arg1 andBOOLArg:arg2];
13098 +(id)invokeunsignedlongArg:(unsigned long)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
13103 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:andBOOLArg:))
13106 [obj forwardInvocation:inv];
13111 +(id)callunsignedlongArg:(unsigned long)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
13113 return [obj unsignedlongArg:arg1 andcharArg:arg2];
13116 +(id)invokeunsignedlongArg:(unsigned long)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
13121 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:andcharArg:))
13124 [obj forwardInvocation:inv];
13129 +(id)callunsignedlongArg:(unsigned long)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
13131 return [obj unsignedlongArg:arg1 andsignedshortArg:arg2];
13134 +(id)invokeunsignedlongArg:(unsigned long)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
13139 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:andsignedshortArg:))
13142 [obj forwardInvocation:inv];
13147 +(id)callunsignedlongArg:(unsigned long)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
13149 return [obj unsignedlongArg:arg1 andsignedintArg:arg2];
13152 +(id)invokeunsignedlongArg:(unsigned long)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
13157 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:andsignedintArg:))
13160 [obj forwardInvocation:inv];
13165 +(id)callunsignedlongArg:(unsigned long)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
13167 return [obj unsignedlongArg:arg1 andsignedlongArg:arg2];
13170 +(id)invokeunsignedlongArg:(unsigned long)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
13175 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:andsignedlongArg:))
13178 [obj forwardInvocation:inv];
13183 +(id)callunsignedlongArg:(unsigned long)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
13185 return [obj unsignedlongArg:arg1 andsignedlonglongArg:arg2];
13188 +(id)invokeunsignedlongArg:(unsigned long)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
13193 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:andsignedlonglongArg:))
13196 [obj forwardInvocation:inv];
13201 +(id)callunsignedlongArg:(unsigned long)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
13203 return [obj unsignedlongArg:arg1 andunsignedcharArg:arg2];
13206 +(id)invokeunsignedlongArg:(unsigned long)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
13211 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:andunsignedcharArg:))
13214 [obj forwardInvocation:inv];
13219 +(id)callunsignedlongArg:(unsigned long)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
13221 return [obj unsignedlongArg:arg1 andunsignedshortArg:arg2];
13224 +(id)invokeunsignedlongArg:(unsigned long)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
13229 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:andunsignedshortArg:))
13232 [obj forwardInvocation:inv];
13237 +(id)callunsignedlongArg:(unsigned long)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
13239 return [obj unsignedlongArg:arg1 andunsignedintArg:arg2];
13242 +(id)invokeunsignedlongArg:(unsigned long)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
13247 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:andunsignedintArg:))
13250 [obj forwardInvocation:inv];
13255 +(id)callunsignedlongArg:(unsigned long)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
13257 return [obj unsignedlongArg:arg1 andunsignedlongArg:arg2];
13260 +(id)invokeunsignedlongArg:(unsigned long)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
13265 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:andunsignedlongArg:))
13268 [obj forwardInvocation:inv];
13273 +(id)callunsignedlongArg:(unsigned long)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
13275 return [obj unsignedlongArg:arg1 andunsignedlonglongArg:arg2];
13278 +(id)invokeunsignedlongArg:(unsigned long)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
13283 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:andunsignedlonglongArg:))
13286 [obj forwardInvocation:inv];
13291 +(id)callunsignedlongArg:(unsigned long)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
13293 return [obj unsignedlongArg:arg1 andfloatArg:arg2];
13296 +(id)invokeunsignedlongArg:(unsigned long)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
13301 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:andfloatArg:))
13304 [obj forwardInvocation:inv];
13309 +(id)callunsignedlongArg:(unsigned long)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
13311 return [obj unsignedlongArg:arg1 anddoubleArg:arg2];
13314 +(id)invokeunsignedlongArg:(unsigned long)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
13319 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:anddoubleArg:))
13322 [obj forwardInvocation:inv];
13327 +(id)callunsignedlongArg:(unsigned long)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
13329 return [obj unsignedlongArg:arg1 andidArg:arg2];
13332 +(id)invokeunsignedlongArg:(unsigned long)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
13337 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:andidArg:))
13340 [obj forwardInvocation:inv];
13345 +(id)callunsignedlongArg:(unsigned long)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
13347 return [obj unsignedlongArg:arg1 andcharPtrArg:arg2];
13350 +(id)invokeunsignedlongArg:(unsigned long)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
13355 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:andcharPtrArg:))
13358 [obj forwardInvocation:inv];
13363 +(id)callunsignedlongArg:(unsigned long)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
13365 return [obj unsignedlongArg:arg1 andNSPointArg:arg2];
13368 +(id)invokeunsignedlongArg:(unsigned long)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
13373 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:andNSPointArg:))
13376 [obj forwardInvocation:inv];
13381 +(id)callunsignedlongArg:(unsigned long)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
13383 return [obj unsignedlongArg:arg1 andNSRectArg:arg2];
13386 +(id)invokeunsignedlongArg:(unsigned long)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
13391 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:andNSRectArg:))
13394 [obj forwardInvocation:inv];
13399 +(id)callunsignedlongArg:(unsigned long)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
13401 return [obj unsignedlongArg:arg1 andstructTestStruct1Arg:arg2];
13404 +(id)invokeunsignedlongArg:(unsigned long)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
13409 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:andstructTestStruct1Arg:))
13412 [obj forwardInvocation:inv];
13417 +(id)callunsignedlongArg:(unsigned long)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
13419 return [obj unsignedlongArg:arg1 andstructTestStruct2Arg:arg2];
13422 +(id)invokeunsignedlongArg:(unsigned long)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
13427 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:andstructTestStruct2Arg:))
13430 [obj forwardInvocation:inv];
13435 +(id)callunsignedlongArg:(unsigned long)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
13437 return [obj unsignedlongArg:arg1 andstructTestStruct3Arg:arg2];
13440 +(id)invokeunsignedlongArg:(unsigned long)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
13445 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:andstructTestStruct3Arg:))
13448 [obj forwardInvocation:inv];
13453 +(id)callunsignedlongArg:(unsigned long)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
13455 return [obj unsignedlongArg:arg1 andstructTestStruct4Arg:arg2];
13458 +(id)invokeunsignedlongArg:(unsigned long)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
13463 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:andstructTestStruct4Arg:))
13466 [obj forwardInvocation:inv];
13471 +(id)callunsignedlongArg:(unsigned long)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
13473 return [obj unsignedlongArg:arg1 andstructTestStruct5Arg:arg2];
13476 +(id)invokeunsignedlongArg:(unsigned long)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
13481 SETUP_INVOCATION(inv, obj, @selector(unsignedlongArg:andstructTestStruct5Arg:))
13484 [obj forwardInvocation:inv];
13490 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
13492 return [obj unsignedlonglongArg:arg1 andboolArg:arg2];
13495 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
13500 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:andboolArg:))
13503 [obj forwardInvocation:inv];
13509 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
13511 return [obj unsignedlonglongArg:arg1 andBOOLArg:arg2];
13514 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
13519 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:andBOOLArg:))
13522 [obj forwardInvocation:inv];
13527 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
13529 return [obj unsignedlonglongArg:arg1 andcharArg:arg2];
13532 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
13537 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:andcharArg:))
13540 [obj forwardInvocation:inv];
13545 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
13547 return [obj unsignedlonglongArg:arg1 andsignedshortArg:arg2];
13550 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
13555 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:andsignedshortArg:))
13558 [obj forwardInvocation:inv];
13563 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
13565 return [obj unsignedlonglongArg:arg1 andsignedintArg:arg2];
13568 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
13573 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:andsignedintArg:))
13576 [obj forwardInvocation:inv];
13581 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
13583 return [obj unsignedlonglongArg:arg1 andsignedlongArg:arg2];
13586 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
13591 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:andsignedlongArg:))
13594 [obj forwardInvocation:inv];
13599 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
13601 return [obj unsignedlonglongArg:arg1 andsignedlonglongArg:arg2];
13604 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
13609 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:andsignedlonglongArg:))
13612 [obj forwardInvocation:inv];
13617 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
13619 return [obj unsignedlonglongArg:arg1 andunsignedcharArg:arg2];
13622 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
13627 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:andunsignedcharArg:))
13630 [obj forwardInvocation:inv];
13635 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
13637 return [obj unsignedlonglongArg:arg1 andunsignedshortArg:arg2];
13640 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
13645 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:andunsignedshortArg:))
13648 [obj forwardInvocation:inv];
13653 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
13655 return [obj unsignedlonglongArg:arg1 andunsignedintArg:arg2];
13658 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
13663 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:andunsignedintArg:))
13666 [obj forwardInvocation:inv];
13671 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
13673 return [obj unsignedlonglongArg:arg1 andunsignedlongArg:arg2];
13676 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
13681 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:andunsignedlongArg:))
13684 [obj forwardInvocation:inv];
13689 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
13691 return [obj unsignedlonglongArg:arg1 andunsignedlonglongArg:arg2];
13694 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
13699 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:andunsignedlonglongArg:))
13702 [obj forwardInvocation:inv];
13707 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
13709 return [obj unsignedlonglongArg:arg1 andfloatArg:arg2];
13712 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
13717 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:andfloatArg:))
13720 [obj forwardInvocation:inv];
13725 +(id)callunsignedlonglongArg:(unsigned long long)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
13727 return [obj unsignedlonglongArg:arg1 anddoubleArg:arg2];
13730 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
13735 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:anddoubleArg:))
13738 [obj forwardInvocation:inv];
13743 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
13745 return [obj unsignedlonglongArg:arg1 andidArg:arg2];
13748 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
13753 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:andidArg:))
13756 [obj forwardInvocation:inv];
13761 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
13763 return [obj unsignedlonglongArg:arg1 andcharPtrArg:arg2];
13766 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
13771 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:andcharPtrArg:))
13774 [obj forwardInvocation:inv];
13779 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
13781 return [obj unsignedlonglongArg:arg1 andNSPointArg:arg2];
13784 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
13789 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:andNSPointArg:))
13792 [obj forwardInvocation:inv];
13797 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
13799 return [obj unsignedlonglongArg:arg1 andNSRectArg:arg2];
13802 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
13807 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:andNSRectArg:))
13810 [obj forwardInvocation:inv];
13815 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
13817 return [obj unsignedlonglongArg:arg1 andstructTestStruct1Arg:arg2];
13820 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
13825 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:andstructTestStruct1Arg:))
13828 [obj forwardInvocation:inv];
13833 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
13835 return [obj unsignedlonglongArg:arg1 andstructTestStruct2Arg:arg2];
13838 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
13843 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:andstructTestStruct2Arg:))
13846 [obj forwardInvocation:inv];
13851 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
13853 return [obj unsignedlonglongArg:arg1 andstructTestStruct3Arg:arg2];
13856 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
13861 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:andstructTestStruct3Arg:))
13864 [obj forwardInvocation:inv];
13869 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
13871 return [obj unsignedlonglongArg:arg1 andstructTestStruct4Arg:arg2];
13874 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
13879 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:andstructTestStruct4Arg:))
13882 [obj forwardInvocation:inv];
13887 +(id)callunsignedlonglongArg:(unsigned long long)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
13889 return [obj unsignedlonglongArg:arg1 andstructTestStruct5Arg:arg2];
13892 +(id)invokeunsignedlonglongArg:(unsigned long long)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
13897 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongArg:andstructTestStruct5Arg:))
13900 [obj forwardInvocation:inv];
13906 +(id)callfloatArg:(float)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
13908 return [obj floatArg:arg1 andboolArg:arg2];
13911 +(id)invokefloatArg:(float)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
13916 SETUP_INVOCATION(inv, obj, @selector(floatArg:andboolArg:))
13919 [obj forwardInvocation:inv];
13925 +(id)callfloatArg:(float)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
13927 return [obj floatArg:arg1 andBOOLArg:arg2];
13930 +(id)invokefloatArg:(float)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
13935 SETUP_INVOCATION(inv, obj, @selector(floatArg:andBOOLArg:))
13938 [obj forwardInvocation:inv];
13943 +(id)callfloatArg:(float)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
13945 return [obj floatArg:arg1 andcharArg:arg2];
13948 +(id)invokefloatArg:(float)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
13953 SETUP_INVOCATION(inv, obj, @selector(floatArg:andcharArg:))
13956 [obj forwardInvocation:inv];
13961 +(id)callfloatArg:(float)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
13963 return [obj floatArg:arg1 andsignedshortArg:arg2];
13966 +(id)invokefloatArg:(float)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
13971 SETUP_INVOCATION(inv, obj, @selector(floatArg:andsignedshortArg:))
13974 [obj forwardInvocation:inv];
13979 +(id)callfloatArg:(float)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
13981 return [obj floatArg:arg1 andsignedintArg:arg2];
13984 +(id)invokefloatArg:(float)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
13989 SETUP_INVOCATION(inv, obj, @selector(floatArg:andsignedintArg:))
13992 [obj forwardInvocation:inv];
13997 +(id)callfloatArg:(float)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
13999 return [obj floatArg:arg1 andsignedlongArg:arg2];
14002 +(id)invokefloatArg:(float)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
14007 SETUP_INVOCATION(inv, obj, @selector(floatArg:andsignedlongArg:))
14010 [obj forwardInvocation:inv];
14015 +(id)callfloatArg:(float)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
14017 return [obj floatArg:arg1 andsignedlonglongArg:arg2];
14020 +(id)invokefloatArg:(float)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
14025 SETUP_INVOCATION(inv, obj, @selector(floatArg:andsignedlonglongArg:))
14028 [obj forwardInvocation:inv];
14033 +(id)callfloatArg:(float)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
14035 return [obj floatArg:arg1 andunsignedcharArg:arg2];
14038 +(id)invokefloatArg:(float)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
14043 SETUP_INVOCATION(inv, obj, @selector(floatArg:andunsignedcharArg:))
14046 [obj forwardInvocation:inv];
14051 +(id)callfloatArg:(float)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
14053 return [obj floatArg:arg1 andunsignedshortArg:arg2];
14056 +(id)invokefloatArg:(float)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
14061 SETUP_INVOCATION(inv, obj, @selector(floatArg:andunsignedshortArg:))
14064 [obj forwardInvocation:inv];
14069 +(id)callfloatArg:(float)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
14071 return [obj floatArg:arg1 andunsignedintArg:arg2];
14074 +(id)invokefloatArg:(float)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
14079 SETUP_INVOCATION(inv, obj, @selector(floatArg:andunsignedintArg:))
14082 [obj forwardInvocation:inv];
14087 +(id)callfloatArg:(float)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
14089 return [obj floatArg:arg1 andunsignedlongArg:arg2];
14092 +(id)invokefloatArg:(float)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
14097 SETUP_INVOCATION(inv, obj, @selector(floatArg:andunsignedlongArg:))
14100 [obj forwardInvocation:inv];
14105 +(id)callfloatArg:(float)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
14107 return [obj floatArg:arg1 andunsignedlonglongArg:arg2];
14110 +(id)invokefloatArg:(float)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
14115 SETUP_INVOCATION(inv, obj, @selector(floatArg:andunsignedlonglongArg:))
14118 [obj forwardInvocation:inv];
14123 +(id)callfloatArg:(float)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
14125 return [obj floatArg:arg1 andfloatArg:arg2];
14128 +(id)invokefloatArg:(float)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
14133 SETUP_INVOCATION(inv, obj, @selector(floatArg:andfloatArg:))
14136 [obj forwardInvocation:inv];
14141 +(id)callfloatArg:(float)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
14143 return [obj floatArg:arg1 anddoubleArg:arg2];
14146 +(id)invokefloatArg:(float)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
14151 SETUP_INVOCATION(inv, obj, @selector(floatArg:anddoubleArg:))
14154 [obj forwardInvocation:inv];
14159 +(id)callfloatArg:(float)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
14161 return [obj floatArg:arg1 andidArg:arg2];
14164 +(id)invokefloatArg:(float)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
14169 SETUP_INVOCATION(inv, obj, @selector(floatArg:andidArg:))
14172 [obj forwardInvocation:inv];
14177 +(id)callfloatArg:(float)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
14179 return [obj floatArg:arg1 andcharPtrArg:arg2];
14182 +(id)invokefloatArg:(float)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
14187 SETUP_INVOCATION(inv, obj, @selector(floatArg:andcharPtrArg:))
14190 [obj forwardInvocation:inv];
14195 +(id)callfloatArg:(float)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
14197 return [obj floatArg:arg1 andNSPointArg:arg2];
14200 +(id)invokefloatArg:(float)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
14205 SETUP_INVOCATION(inv, obj, @selector(floatArg:andNSPointArg:))
14208 [obj forwardInvocation:inv];
14213 +(id)callfloatArg:(float)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
14215 return [obj floatArg:arg1 andNSRectArg:arg2];
14218 +(id)invokefloatArg:(float)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
14223 SETUP_INVOCATION(inv, obj, @selector(floatArg:andNSRectArg:))
14226 [obj forwardInvocation:inv];
14231 +(id)callfloatArg:(float)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
14233 return [obj floatArg:arg1 andstructTestStruct1Arg:arg2];
14236 +(id)invokefloatArg:(float)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
14241 SETUP_INVOCATION(inv, obj, @selector(floatArg:andstructTestStruct1Arg:))
14244 [obj forwardInvocation:inv];
14249 +(id)callfloatArg:(float)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
14251 return [obj floatArg:arg1 andstructTestStruct2Arg:arg2];
14254 +(id)invokefloatArg:(float)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
14259 SETUP_INVOCATION(inv, obj, @selector(floatArg:andstructTestStruct2Arg:))
14262 [obj forwardInvocation:inv];
14267 +(id)callfloatArg:(float)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
14269 return [obj floatArg:arg1 andstructTestStruct3Arg:arg2];
14272 +(id)invokefloatArg:(float)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
14277 SETUP_INVOCATION(inv, obj, @selector(floatArg:andstructTestStruct3Arg:))
14280 [obj forwardInvocation:inv];
14285 +(id)callfloatArg:(float)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
14287 return [obj floatArg:arg1 andstructTestStruct4Arg:arg2];
14290 +(id)invokefloatArg:(float)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
14295 SETUP_INVOCATION(inv, obj, @selector(floatArg:andstructTestStruct4Arg:))
14298 [obj forwardInvocation:inv];
14303 +(id)callfloatArg:(float)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
14305 return [obj floatArg:arg1 andstructTestStruct5Arg:arg2];
14308 +(id)invokefloatArg:(float)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
14313 SETUP_INVOCATION(inv, obj, @selector(floatArg:andstructTestStruct5Arg:))
14316 [obj forwardInvocation:inv];
14322 +(id)calldoubleArg:(double)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
14324 return [obj doubleArg:arg1 andboolArg:arg2];
14327 +(id)invokedoubleArg:(double)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
14332 SETUP_INVOCATION(inv, obj, @selector(doubleArg:andboolArg:))
14335 [obj forwardInvocation:inv];
14341 +(id)calldoubleArg:(double)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
14343 return [obj doubleArg:arg1 andBOOLArg:arg2];
14346 +(id)invokedoubleArg:(double)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
14351 SETUP_INVOCATION(inv, obj, @selector(doubleArg:andBOOLArg:))
14354 [obj forwardInvocation:inv];
14359 +(id)calldoubleArg:(double)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
14361 return [obj doubleArg:arg1 andcharArg:arg2];
14364 +(id)invokedoubleArg:(double)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
14369 SETUP_INVOCATION(inv, obj, @selector(doubleArg:andcharArg:))
14372 [obj forwardInvocation:inv];
14377 +(id)calldoubleArg:(double)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
14379 return [obj doubleArg:arg1 andsignedshortArg:arg2];
14382 +(id)invokedoubleArg:(double)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
14387 SETUP_INVOCATION(inv, obj, @selector(doubleArg:andsignedshortArg:))
14390 [obj forwardInvocation:inv];
14395 +(id)calldoubleArg:(double)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
14397 return [obj doubleArg:arg1 andsignedintArg:arg2];
14400 +(id)invokedoubleArg:(double)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
14405 SETUP_INVOCATION(inv, obj, @selector(doubleArg:andsignedintArg:))
14408 [obj forwardInvocation:inv];
14413 +(id)calldoubleArg:(double)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
14415 return [obj doubleArg:arg1 andsignedlongArg:arg2];
14418 +(id)invokedoubleArg:(double)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
14423 SETUP_INVOCATION(inv, obj, @selector(doubleArg:andsignedlongArg:))
14426 [obj forwardInvocation:inv];
14431 +(id)calldoubleArg:(double)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
14433 return [obj doubleArg:arg1 andsignedlonglongArg:arg2];
14436 +(id)invokedoubleArg:(double)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
14441 SETUP_INVOCATION(inv, obj, @selector(doubleArg:andsignedlonglongArg:))
14444 [obj forwardInvocation:inv];
14449 +(id)calldoubleArg:(double)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
14451 return [obj doubleArg:arg1 andunsignedcharArg:arg2];
14454 +(id)invokedoubleArg:(double)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
14459 SETUP_INVOCATION(inv, obj, @selector(doubleArg:andunsignedcharArg:))
14462 [obj forwardInvocation:inv];
14467 +(id)calldoubleArg:(double)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
14469 return [obj doubleArg:arg1 andunsignedshortArg:arg2];
14472 +(id)invokedoubleArg:(double)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
14477 SETUP_INVOCATION(inv, obj, @selector(doubleArg:andunsignedshortArg:))
14480 [obj forwardInvocation:inv];
14485 +(id)calldoubleArg:(double)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
14487 return [obj doubleArg:arg1 andunsignedintArg:arg2];
14490 +(id)invokedoubleArg:(double)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
14495 SETUP_INVOCATION(inv, obj, @selector(doubleArg:andunsignedintArg:))
14498 [obj forwardInvocation:inv];
14503 +(id)calldoubleArg:(double)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
14505 return [obj doubleArg:arg1 andunsignedlongArg:arg2];
14508 +(id)invokedoubleArg:(double)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
14513 SETUP_INVOCATION(inv, obj, @selector(doubleArg:andunsignedlongArg:))
14516 [obj forwardInvocation:inv];
14521 +(id)calldoubleArg:(double)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
14523 return [obj doubleArg:arg1 andunsignedlonglongArg:arg2];
14526 +(id)invokedoubleArg:(double)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
14531 SETUP_INVOCATION(inv, obj, @selector(doubleArg:andunsignedlonglongArg:))
14534 [obj forwardInvocation:inv];
14539 +(id)calldoubleArg:(double)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
14541 return [obj doubleArg:arg1 andfloatArg:arg2];
14544 +(id)invokedoubleArg:(double)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
14549 SETUP_INVOCATION(inv, obj, @selector(doubleArg:andfloatArg:))
14552 [obj forwardInvocation:inv];
14557 +(id)calldoubleArg:(double)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
14559 return [obj doubleArg:arg1 anddoubleArg:arg2];
14562 +(id)invokedoubleArg:(double)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
14567 SETUP_INVOCATION(inv, obj, @selector(doubleArg:anddoubleArg:))
14570 [obj forwardInvocation:inv];
14575 +(id)calldoubleArg:(double)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
14577 return [obj doubleArg:arg1 andidArg:arg2];
14580 +(id)invokedoubleArg:(double)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
14585 SETUP_INVOCATION(inv, obj, @selector(doubleArg:andidArg:))
14588 [obj forwardInvocation:inv];
14593 +(id)calldoubleArg:(double)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
14595 return [obj doubleArg:arg1 andcharPtrArg:arg2];
14598 +(id)invokedoubleArg:(double)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
14603 SETUP_INVOCATION(inv, obj, @selector(doubleArg:andcharPtrArg:))
14606 [obj forwardInvocation:inv];
14611 +(id)calldoubleArg:(double)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
14613 return [obj doubleArg:arg1 andNSPointArg:arg2];
14616 +(id)invokedoubleArg:(double)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
14621 SETUP_INVOCATION(inv, obj, @selector(doubleArg:andNSPointArg:))
14624 [obj forwardInvocation:inv];
14629 +(id)calldoubleArg:(double)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
14631 return [obj doubleArg:arg1 andNSRectArg:arg2];
14634 +(id)invokedoubleArg:(double)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
14639 SETUP_INVOCATION(inv, obj, @selector(doubleArg:andNSRectArg:))
14642 [obj forwardInvocation:inv];
14647 +(id)calldoubleArg:(double)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
14649 return [obj doubleArg:arg1 andstructTestStruct1Arg:arg2];
14652 +(id)invokedoubleArg:(double)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
14657 SETUP_INVOCATION(inv, obj, @selector(doubleArg:andstructTestStruct1Arg:))
14660 [obj forwardInvocation:inv];
14665 +(id)calldoubleArg:(double)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
14667 return [obj doubleArg:arg1 andstructTestStruct2Arg:arg2];
14670 +(id)invokedoubleArg:(double)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
14675 SETUP_INVOCATION(inv, obj, @selector(doubleArg:andstructTestStruct2Arg:))
14678 [obj forwardInvocation:inv];
14683 +(id)calldoubleArg:(double)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
14685 return [obj doubleArg:arg1 andstructTestStruct3Arg:arg2];
14688 +(id)invokedoubleArg:(double)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
14693 SETUP_INVOCATION(inv, obj, @selector(doubleArg:andstructTestStruct3Arg:))
14696 [obj forwardInvocation:inv];
14701 +(id)calldoubleArg:(double)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
14703 return [obj doubleArg:arg1 andstructTestStruct4Arg:arg2];
14706 +(id)invokedoubleArg:(double)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
14711 SETUP_INVOCATION(inv, obj, @selector(doubleArg:andstructTestStruct4Arg:))
14714 [obj forwardInvocation:inv];
14719 +(id)calldoubleArg:(double)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
14721 return [obj doubleArg:arg1 andstructTestStruct5Arg:arg2];
14724 +(id)invokedoubleArg:(double)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
14729 SETUP_INVOCATION(inv, obj, @selector(doubleArg:andstructTestStruct5Arg:))
14732 [obj forwardInvocation:inv];
14738 +(id)callidArg:(id)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
14740 return [obj idArg:arg1 andboolArg:arg2];
14743 +(id)invokeidArg:(id)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
14748 SETUP_INVOCATION(inv, obj, @selector(idArg:andboolArg:))
14751 [obj forwardInvocation:inv];
14757 +(id)callidArg:(id)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
14759 return [obj idArg:arg1 andBOOLArg:arg2];
14762 +(id)invokeidArg:(id)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
14767 SETUP_INVOCATION(inv, obj, @selector(idArg:andBOOLArg:))
14770 [obj forwardInvocation:inv];
14775 +(id)callidArg:(id)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
14777 return [obj idArg:arg1 andcharArg:arg2];
14780 +(id)invokeidArg:(id)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
14785 SETUP_INVOCATION(inv, obj, @selector(idArg:andcharArg:))
14788 [obj forwardInvocation:inv];
14793 +(id)callidArg:(id)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
14795 return [obj idArg:arg1 andsignedshortArg:arg2];
14798 +(id)invokeidArg:(id)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
14803 SETUP_INVOCATION(inv, obj, @selector(idArg:andsignedshortArg:))
14806 [obj forwardInvocation:inv];
14811 +(id)callidArg:(id)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
14813 return [obj idArg:arg1 andsignedintArg:arg2];
14816 +(id)invokeidArg:(id)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
14821 SETUP_INVOCATION(inv, obj, @selector(idArg:andsignedintArg:))
14824 [obj forwardInvocation:inv];
14829 +(id)callidArg:(id)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
14831 return [obj idArg:arg1 andsignedlongArg:arg2];
14834 +(id)invokeidArg:(id)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
14839 SETUP_INVOCATION(inv, obj, @selector(idArg:andsignedlongArg:))
14842 [obj forwardInvocation:inv];
14847 +(id)callidArg:(id)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
14849 return [obj idArg:arg1 andsignedlonglongArg:arg2];
14852 +(id)invokeidArg:(id)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
14857 SETUP_INVOCATION(inv, obj, @selector(idArg:andsignedlonglongArg:))
14860 [obj forwardInvocation:inv];
14865 +(id)callidArg:(id)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
14867 return [obj idArg:arg1 andunsignedcharArg:arg2];
14870 +(id)invokeidArg:(id)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
14875 SETUP_INVOCATION(inv, obj, @selector(idArg:andunsignedcharArg:))
14878 [obj forwardInvocation:inv];
14883 +(id)callidArg:(id)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
14885 return [obj idArg:arg1 andunsignedshortArg:arg2];
14888 +(id)invokeidArg:(id)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
14893 SETUP_INVOCATION(inv, obj, @selector(idArg:andunsignedshortArg:))
14896 [obj forwardInvocation:inv];
14901 +(id)callidArg:(id)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
14903 return [obj idArg:arg1 andunsignedintArg:arg2];
14906 +(id)invokeidArg:(id)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
14911 SETUP_INVOCATION(inv, obj, @selector(idArg:andunsignedintArg:))
14914 [obj forwardInvocation:inv];
14919 +(id)callidArg:(id)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
14921 return [obj idArg:arg1 andunsignedlongArg:arg2];
14924 +(id)invokeidArg:(id)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
14929 SETUP_INVOCATION(inv, obj, @selector(idArg:andunsignedlongArg:))
14932 [obj forwardInvocation:inv];
14937 +(id)callidArg:(id)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
14939 return [obj idArg:arg1 andunsignedlonglongArg:arg2];
14942 +(id)invokeidArg:(id)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
14947 SETUP_INVOCATION(inv, obj, @selector(idArg:andunsignedlonglongArg:))
14950 [obj forwardInvocation:inv];
14955 +(id)callidArg:(id)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
14957 return [obj idArg:arg1 andfloatArg:arg2];
14960 +(id)invokeidArg:(id)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
14965 SETUP_INVOCATION(inv, obj, @selector(idArg:andfloatArg:))
14968 [obj forwardInvocation:inv];
14973 +(id)callidArg:(id)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
14975 return [obj idArg:arg1 anddoubleArg:arg2];
14978 +(id)invokeidArg:(id)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
14983 SETUP_INVOCATION(inv, obj, @selector(idArg:anddoubleArg:))
14986 [obj forwardInvocation:inv];
14991 +(id)callidArg:(id)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
14993 return [obj idArg:arg1 andidArg:arg2];
14996 +(id)invokeidArg:(id)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
15001 SETUP_INVOCATION(inv, obj, @selector(idArg:andidArg:))
15004 [obj forwardInvocation:inv];
15009 +(id)callidArg:(id)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
15011 return [obj idArg:arg1 andcharPtrArg:arg2];
15014 +(id)invokeidArg:(id)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
15019 SETUP_INVOCATION(inv, obj, @selector(idArg:andcharPtrArg:))
15022 [obj forwardInvocation:inv];
15027 +(id)callidArg:(id)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
15029 return [obj idArg:arg1 andNSPointArg:arg2];
15032 +(id)invokeidArg:(id)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
15037 SETUP_INVOCATION(inv, obj, @selector(idArg:andNSPointArg:))
15040 [obj forwardInvocation:inv];
15045 +(id)callidArg:(id)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
15047 return [obj idArg:arg1 andNSRectArg:arg2];
15050 +(id)invokeidArg:(id)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
15055 SETUP_INVOCATION(inv, obj, @selector(idArg:andNSRectArg:))
15058 [obj forwardInvocation:inv];
15063 +(id)callidArg:(id)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
15065 return [obj idArg:arg1 andstructTestStruct1Arg:arg2];
15068 +(id)invokeidArg:(id)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
15073 SETUP_INVOCATION(inv, obj, @selector(idArg:andstructTestStruct1Arg:))
15076 [obj forwardInvocation:inv];
15081 +(id)callidArg:(id)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
15083 return [obj idArg:arg1 andstructTestStruct2Arg:arg2];
15086 +(id)invokeidArg:(id)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
15091 SETUP_INVOCATION(inv, obj, @selector(idArg:andstructTestStruct2Arg:))
15094 [obj forwardInvocation:inv];
15099 +(id)callidArg:(id)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
15101 return [obj idArg:arg1 andstructTestStruct3Arg:arg2];
15104 +(id)invokeidArg:(id)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
15109 SETUP_INVOCATION(inv, obj, @selector(idArg:andstructTestStruct3Arg:))
15112 [obj forwardInvocation:inv];
15117 +(id)callidArg:(id)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
15119 return [obj idArg:arg1 andstructTestStruct4Arg:arg2];
15122 +(id)invokeidArg:(id)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
15127 SETUP_INVOCATION(inv, obj, @selector(idArg:andstructTestStruct4Arg:))
15130 [obj forwardInvocation:inv];
15135 +(id)callidArg:(id)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
15137 return [obj idArg:arg1 andstructTestStruct5Arg:arg2];
15140 +(id)invokeidArg:(id)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
15145 SETUP_INVOCATION(inv, obj, @selector(idArg:andstructTestStruct5Arg:))
15148 [obj forwardInvocation:inv];
15154 +(id)callcharPtrArg:(char*)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
15156 return [obj charPtrArg:arg1 andboolArg:arg2];
15159 +(id)invokecharPtrArg:(char*)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
15164 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:andboolArg:))
15167 [obj forwardInvocation:inv];
15173 +(id)callcharPtrArg:(char*)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
15175 return [obj charPtrArg:arg1 andBOOLArg:arg2];
15178 +(id)invokecharPtrArg:(char*)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
15183 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:andBOOLArg:))
15186 [obj forwardInvocation:inv];
15191 +(id)callcharPtrArg:(char*)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
15193 return [obj charPtrArg:arg1 andcharArg:arg2];
15196 +(id)invokecharPtrArg:(char*)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
15201 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:andcharArg:))
15204 [obj forwardInvocation:inv];
15209 +(id)callcharPtrArg:(char*)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
15211 return [obj charPtrArg:arg1 andsignedshortArg:arg2];
15214 +(id)invokecharPtrArg:(char*)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
15219 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:andsignedshortArg:))
15222 [obj forwardInvocation:inv];
15227 +(id)callcharPtrArg:(char*)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
15229 return [obj charPtrArg:arg1 andsignedintArg:arg2];
15232 +(id)invokecharPtrArg:(char*)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
15237 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:andsignedintArg:))
15240 [obj forwardInvocation:inv];
15245 +(id)callcharPtrArg:(char*)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
15247 return [obj charPtrArg:arg1 andsignedlongArg:arg2];
15250 +(id)invokecharPtrArg:(char*)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
15255 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:andsignedlongArg:))
15258 [obj forwardInvocation:inv];
15263 +(id)callcharPtrArg:(char*)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
15265 return [obj charPtrArg:arg1 andsignedlonglongArg:arg2];
15268 +(id)invokecharPtrArg:(char*)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
15273 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:andsignedlonglongArg:))
15276 [obj forwardInvocation:inv];
15281 +(id)callcharPtrArg:(char*)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
15283 return [obj charPtrArg:arg1 andunsignedcharArg:arg2];
15286 +(id)invokecharPtrArg:(char*)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
15291 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:andunsignedcharArg:))
15294 [obj forwardInvocation:inv];
15299 +(id)callcharPtrArg:(char*)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
15301 return [obj charPtrArg:arg1 andunsignedshortArg:arg2];
15304 +(id)invokecharPtrArg:(char*)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
15309 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:andunsignedshortArg:))
15312 [obj forwardInvocation:inv];
15317 +(id)callcharPtrArg:(char*)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
15319 return [obj charPtrArg:arg1 andunsignedintArg:arg2];
15322 +(id)invokecharPtrArg:(char*)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
15327 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:andunsignedintArg:))
15330 [obj forwardInvocation:inv];
15335 +(id)callcharPtrArg:(char*)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
15337 return [obj charPtrArg:arg1 andunsignedlongArg:arg2];
15340 +(id)invokecharPtrArg:(char*)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
15345 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:andunsignedlongArg:))
15348 [obj forwardInvocation:inv];
15353 +(id)callcharPtrArg:(char*)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
15355 return [obj charPtrArg:arg1 andunsignedlonglongArg:arg2];
15358 +(id)invokecharPtrArg:(char*)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
15363 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:andunsignedlonglongArg:))
15366 [obj forwardInvocation:inv];
15371 +(id)callcharPtrArg:(char*)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
15373 return [obj charPtrArg:arg1 andfloatArg:arg2];
15376 +(id)invokecharPtrArg:(char*)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
15381 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:andfloatArg:))
15384 [obj forwardInvocation:inv];
15389 +(id)callcharPtrArg:(char*)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
15391 return [obj charPtrArg:arg1 anddoubleArg:arg2];
15394 +(id)invokecharPtrArg:(char*)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
15399 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:anddoubleArg:))
15402 [obj forwardInvocation:inv];
15407 +(id)callcharPtrArg:(char*)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
15409 return [obj charPtrArg:arg1 andidArg:arg2];
15412 +(id)invokecharPtrArg:(char*)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
15417 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:andidArg:))
15420 [obj forwardInvocation:inv];
15425 +(id)callcharPtrArg:(char*)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
15427 return [obj charPtrArg:arg1 andcharPtrArg:arg2];
15430 +(id)invokecharPtrArg:(char*)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
15435 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:andcharPtrArg:))
15438 [obj forwardInvocation:inv];
15443 +(id)callcharPtrArg:(char*)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
15445 return [obj charPtrArg:arg1 andNSPointArg:arg2];
15448 +(id)invokecharPtrArg:(char*)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
15453 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:andNSPointArg:))
15456 [obj forwardInvocation:inv];
15461 +(id)callcharPtrArg:(char*)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
15463 return [obj charPtrArg:arg1 andNSRectArg:arg2];
15466 +(id)invokecharPtrArg:(char*)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
15471 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:andNSRectArg:))
15474 [obj forwardInvocation:inv];
15479 +(id)callcharPtrArg:(char*)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
15481 return [obj charPtrArg:arg1 andstructTestStruct1Arg:arg2];
15484 +(id)invokecharPtrArg:(char*)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
15489 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:andstructTestStruct1Arg:))
15492 [obj forwardInvocation:inv];
15497 +(id)callcharPtrArg:(char*)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
15499 return [obj charPtrArg:arg1 andstructTestStruct2Arg:arg2];
15502 +(id)invokecharPtrArg:(char*)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
15507 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:andstructTestStruct2Arg:))
15510 [obj forwardInvocation:inv];
15515 +(id)callcharPtrArg:(char*)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
15517 return [obj charPtrArg:arg1 andstructTestStruct3Arg:arg2];
15520 +(id)invokecharPtrArg:(char*)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
15525 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:andstructTestStruct3Arg:))
15528 [obj forwardInvocation:inv];
15533 +(id)callcharPtrArg:(char*)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
15535 return [obj charPtrArg:arg1 andstructTestStruct4Arg:arg2];
15538 +(id)invokecharPtrArg:(char*)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
15543 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:andstructTestStruct4Arg:))
15546 [obj forwardInvocation:inv];
15551 +(id)callcharPtrArg:(char*)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
15553 return [obj charPtrArg:arg1 andstructTestStruct5Arg:arg2];
15556 +(id)invokecharPtrArg:(char*)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
15561 SETUP_INVOCATION(inv, obj, @selector(charPtrArg:andstructTestStruct5Arg:))
15564 [obj forwardInvocation:inv];
15570 +(id)callNSPointArg:(NSPoint)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
15572 return [obj NSPointArg:arg1 andboolArg:arg2];
15575 +(id)invokeNSPointArg:(NSPoint)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
15580 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:andboolArg:))
15583 [obj forwardInvocation:inv];
15589 +(id)callNSPointArg:(NSPoint)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
15591 return [obj NSPointArg:arg1 andBOOLArg:arg2];
15594 +(id)invokeNSPointArg:(NSPoint)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
15599 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:andBOOLArg:))
15602 [obj forwardInvocation:inv];
15607 +(id)callNSPointArg:(NSPoint)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
15609 return [obj NSPointArg:arg1 andcharArg:arg2];
15612 +(id)invokeNSPointArg:(NSPoint)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
15617 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:andcharArg:))
15620 [obj forwardInvocation:inv];
15625 +(id)callNSPointArg:(NSPoint)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
15627 return [obj NSPointArg:arg1 andsignedshortArg:arg2];
15630 +(id)invokeNSPointArg:(NSPoint)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
15635 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:andsignedshortArg:))
15638 [obj forwardInvocation:inv];
15643 +(id)callNSPointArg:(NSPoint)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
15645 return [obj NSPointArg:arg1 andsignedintArg:arg2];
15648 +(id)invokeNSPointArg:(NSPoint)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
15653 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:andsignedintArg:))
15656 [obj forwardInvocation:inv];
15661 +(id)callNSPointArg:(NSPoint)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
15663 return [obj NSPointArg:arg1 andsignedlongArg:arg2];
15666 +(id)invokeNSPointArg:(NSPoint)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
15671 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:andsignedlongArg:))
15674 [obj forwardInvocation:inv];
15679 +(id)callNSPointArg:(NSPoint)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
15681 return [obj NSPointArg:arg1 andsignedlonglongArg:arg2];
15684 +(id)invokeNSPointArg:(NSPoint)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
15689 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:andsignedlonglongArg:))
15692 [obj forwardInvocation:inv];
15697 +(id)callNSPointArg:(NSPoint)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
15699 return [obj NSPointArg:arg1 andunsignedcharArg:arg2];
15702 +(id)invokeNSPointArg:(NSPoint)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
15707 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:andunsignedcharArg:))
15710 [obj forwardInvocation:inv];
15715 +(id)callNSPointArg:(NSPoint)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
15717 return [obj NSPointArg:arg1 andunsignedshortArg:arg2];
15720 +(id)invokeNSPointArg:(NSPoint)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
15725 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:andunsignedshortArg:))
15728 [obj forwardInvocation:inv];
15733 +(id)callNSPointArg:(NSPoint)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
15735 return [obj NSPointArg:arg1 andunsignedintArg:arg2];
15738 +(id)invokeNSPointArg:(NSPoint)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
15743 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:andunsignedintArg:))
15746 [obj forwardInvocation:inv];
15751 +(id)callNSPointArg:(NSPoint)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
15753 return [obj NSPointArg:arg1 andunsignedlongArg:arg2];
15756 +(id)invokeNSPointArg:(NSPoint)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
15761 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:andunsignedlongArg:))
15764 [obj forwardInvocation:inv];
15769 +(id)callNSPointArg:(NSPoint)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
15771 return [obj NSPointArg:arg1 andunsignedlonglongArg:arg2];
15774 +(id)invokeNSPointArg:(NSPoint)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
15779 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:andunsignedlonglongArg:))
15782 [obj forwardInvocation:inv];
15787 +(id)callNSPointArg:(NSPoint)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
15789 return [obj NSPointArg:arg1 andfloatArg:arg2];
15792 +(id)invokeNSPointArg:(NSPoint)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
15797 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:andfloatArg:))
15800 [obj forwardInvocation:inv];
15805 +(id)callNSPointArg:(NSPoint)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
15807 return [obj NSPointArg:arg1 anddoubleArg:arg2];
15810 +(id)invokeNSPointArg:(NSPoint)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
15815 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:anddoubleArg:))
15818 [obj forwardInvocation:inv];
15823 +(id)callNSPointArg:(NSPoint)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
15825 return [obj NSPointArg:arg1 andidArg:arg2];
15828 +(id)invokeNSPointArg:(NSPoint)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
15833 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:andidArg:))
15836 [obj forwardInvocation:inv];
15841 +(id)callNSPointArg:(NSPoint)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
15843 return [obj NSPointArg:arg1 andcharPtrArg:arg2];
15846 +(id)invokeNSPointArg:(NSPoint)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
15851 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:andcharPtrArg:))
15854 [obj forwardInvocation:inv];
15859 +(id)callNSPointArg:(NSPoint)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
15861 return [obj NSPointArg:arg1 andNSPointArg:arg2];
15864 +(id)invokeNSPointArg:(NSPoint)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
15869 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:andNSPointArg:))
15872 [obj forwardInvocation:inv];
15877 +(id)callNSPointArg:(NSPoint)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
15879 return [obj NSPointArg:arg1 andNSRectArg:arg2];
15882 +(id)invokeNSPointArg:(NSPoint)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
15887 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:andNSRectArg:))
15890 [obj forwardInvocation:inv];
15895 +(id)callNSPointArg:(NSPoint)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
15897 return [obj NSPointArg:arg1 andstructTestStruct1Arg:arg2];
15900 +(id)invokeNSPointArg:(NSPoint)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
15905 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:andstructTestStruct1Arg:))
15908 [obj forwardInvocation:inv];
15913 +(id)callNSPointArg:(NSPoint)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
15915 return [obj NSPointArg:arg1 andstructTestStruct2Arg:arg2];
15918 +(id)invokeNSPointArg:(NSPoint)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
15923 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:andstructTestStruct2Arg:))
15926 [obj forwardInvocation:inv];
15931 +(id)callNSPointArg:(NSPoint)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
15933 return [obj NSPointArg:arg1 andstructTestStruct3Arg:arg2];
15936 +(id)invokeNSPointArg:(NSPoint)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
15941 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:andstructTestStruct3Arg:))
15944 [obj forwardInvocation:inv];
15949 +(id)callNSPointArg:(NSPoint)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
15951 return [obj NSPointArg:arg1 andstructTestStruct4Arg:arg2];
15954 +(id)invokeNSPointArg:(NSPoint)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
15959 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:andstructTestStruct4Arg:))
15962 [obj forwardInvocation:inv];
15967 +(id)callNSPointArg:(NSPoint)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
15969 return [obj NSPointArg:arg1 andstructTestStruct5Arg:arg2];
15972 +(id)invokeNSPointArg:(NSPoint)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
15977 SETUP_INVOCATION(inv, obj, @selector(NSPointArg:andstructTestStruct5Arg:))
15980 [obj forwardInvocation:inv];
15986 +(id)callNSRectArg:(NSRect)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
15988 return [obj NSRectArg:arg1 andboolArg:arg2];
15991 +(id)invokeNSRectArg:(NSRect)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
15996 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:andboolArg:))
15999 [obj forwardInvocation:inv];
16005 +(id)callNSRectArg:(NSRect)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
16007 return [obj NSRectArg:arg1 andBOOLArg:arg2];
16010 +(id)invokeNSRectArg:(NSRect)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
16015 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:andBOOLArg:))
16018 [obj forwardInvocation:inv];
16023 +(id)callNSRectArg:(NSRect)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
16025 return [obj NSRectArg:arg1 andcharArg:arg2];
16028 +(id)invokeNSRectArg:(NSRect)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
16033 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:andcharArg:))
16036 [obj forwardInvocation:inv];
16041 +(id)callNSRectArg:(NSRect)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
16043 return [obj NSRectArg:arg1 andsignedshortArg:arg2];
16046 +(id)invokeNSRectArg:(NSRect)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
16051 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:andsignedshortArg:))
16054 [obj forwardInvocation:inv];
16059 +(id)callNSRectArg:(NSRect)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
16061 return [obj NSRectArg:arg1 andsignedintArg:arg2];
16064 +(id)invokeNSRectArg:(NSRect)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
16069 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:andsignedintArg:))
16072 [obj forwardInvocation:inv];
16077 +(id)callNSRectArg:(NSRect)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
16079 return [obj NSRectArg:arg1 andsignedlongArg:arg2];
16082 +(id)invokeNSRectArg:(NSRect)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
16087 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:andsignedlongArg:))
16090 [obj forwardInvocation:inv];
16095 +(id)callNSRectArg:(NSRect)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
16097 return [obj NSRectArg:arg1 andsignedlonglongArg:arg2];
16100 +(id)invokeNSRectArg:(NSRect)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
16105 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:andsignedlonglongArg:))
16108 [obj forwardInvocation:inv];
16113 +(id)callNSRectArg:(NSRect)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
16115 return [obj NSRectArg:arg1 andunsignedcharArg:arg2];
16118 +(id)invokeNSRectArg:(NSRect)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
16123 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:andunsignedcharArg:))
16126 [obj forwardInvocation:inv];
16131 +(id)callNSRectArg:(NSRect)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
16133 return [obj NSRectArg:arg1 andunsignedshortArg:arg2];
16136 +(id)invokeNSRectArg:(NSRect)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
16141 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:andunsignedshortArg:))
16144 [obj forwardInvocation:inv];
16149 +(id)callNSRectArg:(NSRect)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
16151 return [obj NSRectArg:arg1 andunsignedintArg:arg2];
16154 +(id)invokeNSRectArg:(NSRect)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
16159 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:andunsignedintArg:))
16162 [obj forwardInvocation:inv];
16167 +(id)callNSRectArg:(NSRect)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
16169 return [obj NSRectArg:arg1 andunsignedlongArg:arg2];
16172 +(id)invokeNSRectArg:(NSRect)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
16177 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:andunsignedlongArg:))
16180 [obj forwardInvocation:inv];
16185 +(id)callNSRectArg:(NSRect)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
16187 return [obj NSRectArg:arg1 andunsignedlonglongArg:arg2];
16190 +(id)invokeNSRectArg:(NSRect)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
16195 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:andunsignedlonglongArg:))
16198 [obj forwardInvocation:inv];
16203 +(id)callNSRectArg:(NSRect)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
16205 return [obj NSRectArg:arg1 andfloatArg:arg2];
16208 +(id)invokeNSRectArg:(NSRect)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
16213 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:andfloatArg:))
16216 [obj forwardInvocation:inv];
16221 +(id)callNSRectArg:(NSRect)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
16223 return [obj NSRectArg:arg1 anddoubleArg:arg2];
16226 +(id)invokeNSRectArg:(NSRect)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
16231 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:anddoubleArg:))
16234 [obj forwardInvocation:inv];
16239 +(id)callNSRectArg:(NSRect)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
16241 return [obj NSRectArg:arg1 andidArg:arg2];
16244 +(id)invokeNSRectArg:(NSRect)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
16249 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:andidArg:))
16252 [obj forwardInvocation:inv];
16257 +(id)callNSRectArg:(NSRect)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
16259 return [obj NSRectArg:arg1 andcharPtrArg:arg2];
16262 +(id)invokeNSRectArg:(NSRect)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
16267 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:andcharPtrArg:))
16270 [obj forwardInvocation:inv];
16275 +(id)callNSRectArg:(NSRect)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
16277 return [obj NSRectArg:arg1 andNSPointArg:arg2];
16280 +(id)invokeNSRectArg:(NSRect)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
16285 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:andNSPointArg:))
16288 [obj forwardInvocation:inv];
16293 +(id)callNSRectArg:(NSRect)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
16295 return [obj NSRectArg:arg1 andNSRectArg:arg2];
16298 +(id)invokeNSRectArg:(NSRect)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
16303 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:andNSRectArg:))
16306 [obj forwardInvocation:inv];
16311 +(id)callNSRectArg:(NSRect)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
16313 return [obj NSRectArg:arg1 andstructTestStruct1Arg:arg2];
16316 +(id)invokeNSRectArg:(NSRect)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
16321 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:andstructTestStruct1Arg:))
16324 [obj forwardInvocation:inv];
16329 +(id)callNSRectArg:(NSRect)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
16331 return [obj NSRectArg:arg1 andstructTestStruct2Arg:arg2];
16334 +(id)invokeNSRectArg:(NSRect)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
16339 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:andstructTestStruct2Arg:))
16342 [obj forwardInvocation:inv];
16347 +(id)callNSRectArg:(NSRect)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
16349 return [obj NSRectArg:arg1 andstructTestStruct3Arg:arg2];
16352 +(id)invokeNSRectArg:(NSRect)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
16357 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:andstructTestStruct3Arg:))
16360 [obj forwardInvocation:inv];
16365 +(id)callNSRectArg:(NSRect)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
16367 return [obj NSRectArg:arg1 andstructTestStruct4Arg:arg2];
16370 +(id)invokeNSRectArg:(NSRect)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
16375 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:andstructTestStruct4Arg:))
16378 [obj forwardInvocation:inv];
16383 +(id)callNSRectArg:(NSRect)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
16385 return [obj NSRectArg:arg1 andstructTestStruct5Arg:arg2];
16388 +(id)invokeNSRectArg:(NSRect)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
16393 SETUP_INVOCATION(inv, obj, @selector(NSRectArg:andstructTestStruct5Arg:))
16396 [obj forwardInvocation:inv];
16402 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
16404 return [obj structTestStruct1Arg:arg1 andboolArg:arg2];
16407 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
16412 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:andboolArg:))
16415 [obj forwardInvocation:inv];
16421 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
16423 return [obj structTestStruct1Arg:arg1 andBOOLArg:arg2];
16426 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
16431 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:andBOOLArg:))
16434 [obj forwardInvocation:inv];
16439 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
16441 return [obj structTestStruct1Arg:arg1 andcharArg:arg2];
16444 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
16449 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:andcharArg:))
16452 [obj forwardInvocation:inv];
16457 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
16459 return [obj structTestStruct1Arg:arg1 andsignedshortArg:arg2];
16462 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
16467 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:andsignedshortArg:))
16470 [obj forwardInvocation:inv];
16475 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
16477 return [obj structTestStruct1Arg:arg1 andsignedintArg:arg2];
16480 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
16485 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:andsignedintArg:))
16488 [obj forwardInvocation:inv];
16493 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
16495 return [obj structTestStruct1Arg:arg1 andsignedlongArg:arg2];
16498 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
16503 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:andsignedlongArg:))
16506 [obj forwardInvocation:inv];
16511 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
16513 return [obj structTestStruct1Arg:arg1 andsignedlonglongArg:arg2];
16516 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
16521 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:andsignedlonglongArg:))
16524 [obj forwardInvocation:inv];
16529 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
16531 return [obj structTestStruct1Arg:arg1 andunsignedcharArg:arg2];
16534 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
16539 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:andunsignedcharArg:))
16542 [obj forwardInvocation:inv];
16547 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
16549 return [obj structTestStruct1Arg:arg1 andunsignedshortArg:arg2];
16552 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
16557 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:andunsignedshortArg:))
16560 [obj forwardInvocation:inv];
16565 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
16567 return [obj structTestStruct1Arg:arg1 andunsignedintArg:arg2];
16570 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
16575 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:andunsignedintArg:))
16578 [obj forwardInvocation:inv];
16583 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
16585 return [obj structTestStruct1Arg:arg1 andunsignedlongArg:arg2];
16588 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
16593 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:andunsignedlongArg:))
16596 [obj forwardInvocation:inv];
16601 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
16603 return [obj structTestStruct1Arg:arg1 andunsignedlonglongArg:arg2];
16606 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
16611 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:andunsignedlonglongArg:))
16614 [obj forwardInvocation:inv];
16619 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
16621 return [obj structTestStruct1Arg:arg1 andfloatArg:arg2];
16624 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
16629 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:andfloatArg:))
16632 [obj forwardInvocation:inv];
16637 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
16639 return [obj structTestStruct1Arg:arg1 anddoubleArg:arg2];
16642 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
16647 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:anddoubleArg:))
16650 [obj forwardInvocation:inv];
16655 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
16657 return [obj structTestStruct1Arg:arg1 andidArg:arg2];
16660 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
16665 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:andidArg:))
16668 [obj forwardInvocation:inv];
16673 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
16675 return [obj structTestStruct1Arg:arg1 andcharPtrArg:arg2];
16678 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
16683 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:andcharPtrArg:))
16686 [obj forwardInvocation:inv];
16691 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
16693 return [obj structTestStruct1Arg:arg1 andNSPointArg:arg2];
16696 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
16701 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:andNSPointArg:))
16704 [obj forwardInvocation:inv];
16709 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
16711 return [obj structTestStruct1Arg:arg1 andNSRectArg:arg2];
16714 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
16719 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:andNSRectArg:))
16722 [obj forwardInvocation:inv];
16727 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
16729 return [obj structTestStruct1Arg:arg1 andstructTestStruct1Arg:arg2];
16732 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
16737 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:andstructTestStruct1Arg:))
16740 [obj forwardInvocation:inv];
16745 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
16747 return [obj structTestStruct1Arg:arg1 andstructTestStruct2Arg:arg2];
16750 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
16755 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:andstructTestStruct2Arg:))
16758 [obj forwardInvocation:inv];
16763 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
16765 return [obj structTestStruct1Arg:arg1 andstructTestStruct3Arg:arg2];
16768 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
16773 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:andstructTestStruct3Arg:))
16776 [obj forwardInvocation:inv];
16781 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
16783 return [obj structTestStruct1Arg:arg1 andstructTestStruct4Arg:arg2];
16786 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
16791 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:andstructTestStruct4Arg:))
16794 [obj forwardInvocation:inv];
16799 +(id)callstructTestStruct1Arg:(struct TestStruct1)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
16801 return [obj structTestStruct1Arg:arg1 andstructTestStruct5Arg:arg2];
16804 +(id)invokestructTestStruct1Arg:(struct TestStruct1)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
16809 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Arg:andstructTestStruct5Arg:))
16812 [obj forwardInvocation:inv];
16818 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
16820 return [obj structTestStruct2Arg:arg1 andboolArg:arg2];
16823 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
16828 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:andboolArg:))
16831 [obj forwardInvocation:inv];
16837 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
16839 return [obj structTestStruct2Arg:arg1 andBOOLArg:arg2];
16842 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
16847 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:andBOOLArg:))
16850 [obj forwardInvocation:inv];
16855 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
16857 return [obj structTestStruct2Arg:arg1 andcharArg:arg2];
16860 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
16865 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:andcharArg:))
16868 [obj forwardInvocation:inv];
16873 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
16875 return [obj structTestStruct2Arg:arg1 andsignedshortArg:arg2];
16878 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
16883 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:andsignedshortArg:))
16886 [obj forwardInvocation:inv];
16891 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
16893 return [obj structTestStruct2Arg:arg1 andsignedintArg:arg2];
16896 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
16901 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:andsignedintArg:))
16904 [obj forwardInvocation:inv];
16909 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
16911 return [obj structTestStruct2Arg:arg1 andsignedlongArg:arg2];
16914 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
16919 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:andsignedlongArg:))
16922 [obj forwardInvocation:inv];
16927 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
16929 return [obj structTestStruct2Arg:arg1 andsignedlonglongArg:arg2];
16932 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
16937 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:andsignedlonglongArg:))
16940 [obj forwardInvocation:inv];
16945 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
16947 return [obj structTestStruct2Arg:arg1 andunsignedcharArg:arg2];
16950 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
16955 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:andunsignedcharArg:))
16958 [obj forwardInvocation:inv];
16963 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
16965 return [obj structTestStruct2Arg:arg1 andunsignedshortArg:arg2];
16968 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
16973 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:andunsignedshortArg:))
16976 [obj forwardInvocation:inv];
16981 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
16983 return [obj structTestStruct2Arg:arg1 andunsignedintArg:arg2];
16986 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
16991 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:andunsignedintArg:))
16994 [obj forwardInvocation:inv];
16999 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
17001 return [obj structTestStruct2Arg:arg1 andunsignedlongArg:arg2];
17004 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
17009 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:andunsignedlongArg:))
17012 [obj forwardInvocation:inv];
17017 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
17019 return [obj structTestStruct2Arg:arg1 andunsignedlonglongArg:arg2];
17022 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
17027 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:andunsignedlonglongArg:))
17030 [obj forwardInvocation:inv];
17035 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
17037 return [obj structTestStruct2Arg:arg1 andfloatArg:arg2];
17040 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
17045 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:andfloatArg:))
17048 [obj forwardInvocation:inv];
17053 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
17055 return [obj structTestStruct2Arg:arg1 anddoubleArg:arg2];
17058 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
17063 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:anddoubleArg:))
17066 [obj forwardInvocation:inv];
17071 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
17073 return [obj structTestStruct2Arg:arg1 andidArg:arg2];
17076 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
17081 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:andidArg:))
17084 [obj forwardInvocation:inv];
17089 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
17091 return [obj structTestStruct2Arg:arg1 andcharPtrArg:arg2];
17094 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
17099 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:andcharPtrArg:))
17102 [obj forwardInvocation:inv];
17107 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
17109 return [obj structTestStruct2Arg:arg1 andNSPointArg:arg2];
17112 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
17117 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:andNSPointArg:))
17120 [obj forwardInvocation:inv];
17125 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
17127 return [obj structTestStruct2Arg:arg1 andNSRectArg:arg2];
17130 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
17135 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:andNSRectArg:))
17138 [obj forwardInvocation:inv];
17143 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
17145 return [obj structTestStruct2Arg:arg1 andstructTestStruct1Arg:arg2];
17148 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
17153 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:andstructTestStruct1Arg:))
17156 [obj forwardInvocation:inv];
17161 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
17163 return [obj structTestStruct2Arg:arg1 andstructTestStruct2Arg:arg2];
17166 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
17171 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:andstructTestStruct2Arg:))
17174 [obj forwardInvocation:inv];
17179 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
17181 return [obj structTestStruct2Arg:arg1 andstructTestStruct3Arg:arg2];
17184 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
17189 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:andstructTestStruct3Arg:))
17192 [obj forwardInvocation:inv];
17197 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
17199 return [obj structTestStruct2Arg:arg1 andstructTestStruct4Arg:arg2];
17202 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
17207 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:andstructTestStruct4Arg:))
17210 [obj forwardInvocation:inv];
17215 +(id)callstructTestStruct2Arg:(struct TestStruct2)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
17217 return [obj structTestStruct2Arg:arg1 andstructTestStruct5Arg:arg2];
17220 +(id)invokestructTestStruct2Arg:(struct TestStruct2)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
17225 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2Arg:andstructTestStruct5Arg:))
17228 [obj forwardInvocation:inv];
17234 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
17236 return [obj structTestStruct3Arg:arg1 andboolArg:arg2];
17239 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
17244 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:andboolArg:))
17247 [obj forwardInvocation:inv];
17253 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
17255 return [obj structTestStruct3Arg:arg1 andBOOLArg:arg2];
17258 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
17263 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:andBOOLArg:))
17266 [obj forwardInvocation:inv];
17271 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
17273 return [obj structTestStruct3Arg:arg1 andcharArg:arg2];
17276 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
17281 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:andcharArg:))
17284 [obj forwardInvocation:inv];
17289 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
17291 return [obj structTestStruct3Arg:arg1 andsignedshortArg:arg2];
17294 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
17299 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:andsignedshortArg:))
17302 [obj forwardInvocation:inv];
17307 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
17309 return [obj structTestStruct3Arg:arg1 andsignedintArg:arg2];
17312 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
17317 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:andsignedintArg:))
17320 [obj forwardInvocation:inv];
17325 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
17327 return [obj structTestStruct3Arg:arg1 andsignedlongArg:arg2];
17330 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
17335 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:andsignedlongArg:))
17338 [obj forwardInvocation:inv];
17343 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
17345 return [obj structTestStruct3Arg:arg1 andsignedlonglongArg:arg2];
17348 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
17353 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:andsignedlonglongArg:))
17356 [obj forwardInvocation:inv];
17361 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
17363 return [obj structTestStruct3Arg:arg1 andunsignedcharArg:arg2];
17366 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
17371 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:andunsignedcharArg:))
17374 [obj forwardInvocation:inv];
17379 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
17381 return [obj structTestStruct3Arg:arg1 andunsignedshortArg:arg2];
17384 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
17389 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:andunsignedshortArg:))
17392 [obj forwardInvocation:inv];
17397 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
17399 return [obj structTestStruct3Arg:arg1 andunsignedintArg:arg2];
17402 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
17407 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:andunsignedintArg:))
17410 [obj forwardInvocation:inv];
17415 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
17417 return [obj structTestStruct3Arg:arg1 andunsignedlongArg:arg2];
17420 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
17425 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:andunsignedlongArg:))
17428 [obj forwardInvocation:inv];
17433 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
17435 return [obj structTestStruct3Arg:arg1 andunsignedlonglongArg:arg2];
17438 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
17443 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:andunsignedlonglongArg:))
17446 [obj forwardInvocation:inv];
17451 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
17453 return [obj structTestStruct3Arg:arg1 andfloatArg:arg2];
17456 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
17461 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:andfloatArg:))
17464 [obj forwardInvocation:inv];
17469 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
17471 return [obj structTestStruct3Arg:arg1 anddoubleArg:arg2];
17474 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
17479 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:anddoubleArg:))
17482 [obj forwardInvocation:inv];
17487 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
17489 return [obj structTestStruct3Arg:arg1 andidArg:arg2];
17492 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
17497 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:andidArg:))
17500 [obj forwardInvocation:inv];
17505 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
17507 return [obj structTestStruct3Arg:arg1 andcharPtrArg:arg2];
17510 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
17515 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:andcharPtrArg:))
17518 [obj forwardInvocation:inv];
17523 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
17525 return [obj structTestStruct3Arg:arg1 andNSPointArg:arg2];
17528 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
17533 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:andNSPointArg:))
17536 [obj forwardInvocation:inv];
17541 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
17543 return [obj structTestStruct3Arg:arg1 andNSRectArg:arg2];
17546 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
17551 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:andNSRectArg:))
17554 [obj forwardInvocation:inv];
17559 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
17561 return [obj structTestStruct3Arg:arg1 andstructTestStruct1Arg:arg2];
17564 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
17569 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:andstructTestStruct1Arg:))
17572 [obj forwardInvocation:inv];
17577 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
17579 return [obj structTestStruct3Arg:arg1 andstructTestStruct2Arg:arg2];
17582 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
17587 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:andstructTestStruct2Arg:))
17590 [obj forwardInvocation:inv];
17595 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
17597 return [obj structTestStruct3Arg:arg1 andstructTestStruct3Arg:arg2];
17600 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
17605 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:andstructTestStruct3Arg:))
17608 [obj forwardInvocation:inv];
17613 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
17615 return [obj structTestStruct3Arg:arg1 andstructTestStruct4Arg:arg2];
17618 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
17623 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:andstructTestStruct4Arg:))
17626 [obj forwardInvocation:inv];
17631 +(id)callstructTestStruct3Arg:(struct TestStruct3)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
17633 return [obj structTestStruct3Arg:arg1 andstructTestStruct5Arg:arg2];
17636 +(id)invokestructTestStruct3Arg:(struct TestStruct3)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
17641 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Arg:andstructTestStruct5Arg:))
17644 [obj forwardInvocation:inv];
17650 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
17652 return [obj structTestStruct4Arg:arg1 andboolArg:arg2];
17655 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
17660 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:andboolArg:))
17663 [obj forwardInvocation:inv];
17669 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
17671 return [obj structTestStruct4Arg:arg1 andBOOLArg:arg2];
17674 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
17679 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:andBOOLArg:))
17682 [obj forwardInvocation:inv];
17687 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
17689 return [obj structTestStruct4Arg:arg1 andcharArg:arg2];
17692 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
17697 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:andcharArg:))
17700 [obj forwardInvocation:inv];
17705 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
17707 return [obj structTestStruct4Arg:arg1 andsignedshortArg:arg2];
17710 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
17715 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:andsignedshortArg:))
17718 [obj forwardInvocation:inv];
17723 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
17725 return [obj structTestStruct4Arg:arg1 andsignedintArg:arg2];
17728 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
17733 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:andsignedintArg:))
17736 [obj forwardInvocation:inv];
17741 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
17743 return [obj structTestStruct4Arg:arg1 andsignedlongArg:arg2];
17746 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
17751 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:andsignedlongArg:))
17754 [obj forwardInvocation:inv];
17759 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
17761 return [obj structTestStruct4Arg:arg1 andsignedlonglongArg:arg2];
17764 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
17769 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:andsignedlonglongArg:))
17772 [obj forwardInvocation:inv];
17777 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
17779 return [obj structTestStruct4Arg:arg1 andunsignedcharArg:arg2];
17782 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
17787 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:andunsignedcharArg:))
17790 [obj forwardInvocation:inv];
17795 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
17797 return [obj structTestStruct4Arg:arg1 andunsignedshortArg:arg2];
17800 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
17805 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:andunsignedshortArg:))
17808 [obj forwardInvocation:inv];
17813 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
17815 return [obj structTestStruct4Arg:arg1 andunsignedintArg:arg2];
17818 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
17823 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:andunsignedintArg:))
17826 [obj forwardInvocation:inv];
17831 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
17833 return [obj structTestStruct4Arg:arg1 andunsignedlongArg:arg2];
17836 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
17841 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:andunsignedlongArg:))
17844 [obj forwardInvocation:inv];
17849 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
17851 return [obj structTestStruct4Arg:arg1 andunsignedlonglongArg:arg2];
17854 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
17859 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:andunsignedlonglongArg:))
17862 [obj forwardInvocation:inv];
17867 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
17869 return [obj structTestStruct4Arg:arg1 andfloatArg:arg2];
17872 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
17877 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:andfloatArg:))
17880 [obj forwardInvocation:inv];
17885 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
17887 return [obj structTestStruct4Arg:arg1 anddoubleArg:arg2];
17890 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
17895 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:anddoubleArg:))
17898 [obj forwardInvocation:inv];
17903 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
17905 return [obj structTestStruct4Arg:arg1 andidArg:arg2];
17908 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
17913 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:andidArg:))
17916 [obj forwardInvocation:inv];
17921 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
17923 return [obj structTestStruct4Arg:arg1 andcharPtrArg:arg2];
17926 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
17931 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:andcharPtrArg:))
17934 [obj forwardInvocation:inv];
17939 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
17941 return [obj structTestStruct4Arg:arg1 andNSPointArg:arg2];
17944 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
17949 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:andNSPointArg:))
17952 [obj forwardInvocation:inv];
17957 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
17959 return [obj structTestStruct4Arg:arg1 andNSRectArg:arg2];
17962 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
17967 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:andNSRectArg:))
17970 [obj forwardInvocation:inv];
17975 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
17977 return [obj structTestStruct4Arg:arg1 andstructTestStruct1Arg:arg2];
17980 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
17985 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:andstructTestStruct1Arg:))
17988 [obj forwardInvocation:inv];
17993 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
17995 return [obj structTestStruct4Arg:arg1 andstructTestStruct2Arg:arg2];
17998 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
18003 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:andstructTestStruct2Arg:))
18006 [obj forwardInvocation:inv];
18011 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
18013 return [obj structTestStruct4Arg:arg1 andstructTestStruct3Arg:arg2];
18016 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
18021 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:andstructTestStruct3Arg:))
18024 [obj forwardInvocation:inv];
18029 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
18031 return [obj structTestStruct4Arg:arg1 andstructTestStruct4Arg:arg2];
18034 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
18039 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:andstructTestStruct4Arg:))
18042 [obj forwardInvocation:inv];
18047 +(id)callstructTestStruct4Arg:(struct TestStruct4)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
18049 return [obj structTestStruct4Arg:arg1 andstructTestStruct5Arg:arg2];
18052 +(id)invokestructTestStruct4Arg:(struct TestStruct4)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
18057 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4Arg:andstructTestStruct5Arg:))
18060 [obj forwardInvocation:inv];
18066 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
18068 return [obj structTestStruct5Arg:arg1 andboolArg:arg2];
18071 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andboolArg:(bool)arg2 of:(PyObjC_TestClass1*)obj
18076 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:andboolArg:))
18079 [obj forwardInvocation:inv];
18085 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
18087 return [obj structTestStruct5Arg:arg1 andBOOLArg:arg2];
18090 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andBOOLArg:(BOOL)arg2 of:(PyObjC_TestClass1*)obj
18095 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:andBOOLArg:))
18098 [obj forwardInvocation:inv];
18103 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
18105 return [obj structTestStruct5Arg:arg1 andcharArg:arg2];
18108 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andcharArg:(char)arg2 of:(PyObjC_TestClass1*)obj
18113 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:andcharArg:))
18116 [obj forwardInvocation:inv];
18121 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
18123 return [obj structTestStruct5Arg:arg1 andsignedshortArg:arg2];
18126 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andsignedshortArg:(signed short)arg2 of:(PyObjC_TestClass1*)obj
18131 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:andsignedshortArg:))
18134 [obj forwardInvocation:inv];
18139 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
18141 return [obj structTestStruct5Arg:arg1 andsignedintArg:arg2];
18144 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andsignedintArg:(signed int)arg2 of:(PyObjC_TestClass1*)obj
18149 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:andsignedintArg:))
18152 [obj forwardInvocation:inv];
18157 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
18159 return [obj structTestStruct5Arg:arg1 andsignedlongArg:arg2];
18162 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andsignedlongArg:(signed long)arg2 of:(PyObjC_TestClass1*)obj
18167 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:andsignedlongArg:))
18170 [obj forwardInvocation:inv];
18175 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
18177 return [obj structTestStruct5Arg:arg1 andsignedlonglongArg:arg2];
18180 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andsignedlonglongArg:(signed long long)arg2 of:(PyObjC_TestClass1*)obj
18185 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:andsignedlonglongArg:))
18188 [obj forwardInvocation:inv];
18193 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
18195 return [obj structTestStruct5Arg:arg1 andunsignedcharArg:arg2];
18198 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andunsignedcharArg:(unsigned char)arg2 of:(PyObjC_TestClass1*)obj
18203 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:andunsignedcharArg:))
18206 [obj forwardInvocation:inv];
18211 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
18213 return [obj structTestStruct5Arg:arg1 andunsignedshortArg:arg2];
18216 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andunsignedshortArg:(unsigned short)arg2 of:(PyObjC_TestClass1*)obj
18221 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:andunsignedshortArg:))
18224 [obj forwardInvocation:inv];
18229 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
18231 return [obj structTestStruct5Arg:arg1 andunsignedintArg:arg2];
18234 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andunsignedintArg:(unsigned int)arg2 of:(PyObjC_TestClass1*)obj
18239 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:andunsignedintArg:))
18242 [obj forwardInvocation:inv];
18247 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
18249 return [obj structTestStruct5Arg:arg1 andunsignedlongArg:arg2];
18252 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andunsignedlongArg:(unsigned long)arg2 of:(PyObjC_TestClass1*)obj
18257 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:andunsignedlongArg:))
18260 [obj forwardInvocation:inv];
18265 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
18267 return [obj structTestStruct5Arg:arg1 andunsignedlonglongArg:arg2];
18270 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andunsignedlonglongArg:(unsigned long long)arg2 of:(PyObjC_TestClass1*)obj
18275 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:andunsignedlonglongArg:))
18278 [obj forwardInvocation:inv];
18283 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
18285 return [obj structTestStruct5Arg:arg1 andfloatArg:arg2];
18288 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andfloatArg:(float)arg2 of:(PyObjC_TestClass1*)obj
18293 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:andfloatArg:))
18296 [obj forwardInvocation:inv];
18301 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
18303 return [obj structTestStruct5Arg:arg1 anddoubleArg:arg2];
18306 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 anddoubleArg:(double)arg2 of:(PyObjC_TestClass1*)obj
18311 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:anddoubleArg:))
18314 [obj forwardInvocation:inv];
18319 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
18321 return [obj structTestStruct5Arg:arg1 andidArg:arg2];
18324 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andidArg:(id)arg2 of:(PyObjC_TestClass1*)obj
18329 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:andidArg:))
18332 [obj forwardInvocation:inv];
18337 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
18339 return [obj structTestStruct5Arg:arg1 andcharPtrArg:arg2];
18342 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andcharPtrArg:(char*)arg2 of:(PyObjC_TestClass1*)obj
18347 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:andcharPtrArg:))
18350 [obj forwardInvocation:inv];
18355 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
18357 return [obj structTestStruct5Arg:arg1 andNSPointArg:arg2];
18360 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andNSPointArg:(NSPoint)arg2 of:(PyObjC_TestClass1*)obj
18365 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:andNSPointArg:))
18368 [obj forwardInvocation:inv];
18373 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
18375 return [obj structTestStruct5Arg:arg1 andNSRectArg:arg2];
18378 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andNSRectArg:(NSRect)arg2 of:(PyObjC_TestClass1*)obj
18383 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:andNSRectArg:))
18386 [obj forwardInvocation:inv];
18391 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
18393 return [obj structTestStruct5Arg:arg1 andstructTestStruct1Arg:arg2];
18396 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andstructTestStruct1Arg:(struct TestStruct1)arg2 of:(PyObjC_TestClass1*)obj
18401 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:andstructTestStruct1Arg:))
18404 [obj forwardInvocation:inv];
18409 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
18411 return [obj structTestStruct5Arg:arg1 andstructTestStruct2Arg:arg2];
18414 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andstructTestStruct2Arg:(struct TestStruct2)arg2 of:(PyObjC_TestClass1*)obj
18419 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:andstructTestStruct2Arg:))
18422 [obj forwardInvocation:inv];
18427 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
18429 return [obj structTestStruct5Arg:arg1 andstructTestStruct3Arg:arg2];
18432 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andstructTestStruct3Arg:(struct TestStruct3)arg2 of:(PyObjC_TestClass1*)obj
18437 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:andstructTestStruct3Arg:))
18440 [obj forwardInvocation:inv];
18445 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
18447 return [obj structTestStruct5Arg:arg1 andstructTestStruct4Arg:arg2];
18450 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andstructTestStruct4Arg:(struct TestStruct4)arg2 of:(PyObjC_TestClass1*)obj
18455 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:andstructTestStruct4Arg:))
18458 [obj forwardInvocation:inv];
18463 +(id)callstructTestStruct5Arg:(struct TestStruct5)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
18465 return [obj structTestStruct5Arg:arg1 andstructTestStruct5Arg:arg2];
18468 +(id)invokestructTestStruct5Arg:(struct TestStruct5)arg1 andstructTestStruct5Arg:(struct TestStruct5)arg2 of:(PyObjC_TestClass1*)obj
18473 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5Arg:andstructTestStruct5Arg:))
18476 [obj forwardInvocation:inv];
18482 +(id)callboolInArg:(bool*)arg of:(PyObjC_TestClass1*)obj
18484 return [obj boolInArg:arg];
18487 +(void)callboolOutArg:(bool*)arg of:(PyObjC_TestClass1*)obj
18489 [obj boolOutArg:arg];
18492 +(id)callboolInOutArg:(bool*)arg of:(PyObjC_TestClass1*)obj
18494 return [obj boolInOutArg:arg];
18497 +(id)invokeboolInArg:(bool*)arg of:(PyObjC_TestClass1*)obj
18502 SETUP_INVOCATION(inv, obj, @selector(boolInArg:))
18504 [obj forwardInvocation:inv];
18509 +(void)invokeboolOutArg:(bool*)arg of:(PyObjC_TestClass1*)obj
18513 SETUP_INVOCATION(inv, obj, @selector(boolOutArg:))
18515 [obj forwardInvocation:inv];
18518 +(id)invokeboolInOutArg:(bool*)arg of:(PyObjC_TestClass1*)obj
18523 SETUP_INVOCATION(inv, obj, @selector(boolInOutArg:))
18525 [obj forwardInvocation:inv];
18531 +(id)callBOOLInArg:(BOOL*)arg of:(PyObjC_TestClass1*)obj
18533 return [obj BOOLInArg:arg];
18536 +(void)callBOOLOutArg:(BOOL*)arg of:(PyObjC_TestClass1*)obj
18538 [obj BOOLOutArg:arg];
18541 +(id)callBOOLInOutArg:(BOOL*)arg of:(PyObjC_TestClass1*)obj
18543 return [obj BOOLInOutArg:arg];
18546 +(id)invokeBOOLInArg:(BOOL*)arg of:(PyObjC_TestClass1*)obj
18551 SETUP_INVOCATION(inv, obj, @selector(BOOLInArg:))
18553 [obj forwardInvocation:inv];
18558 +(void)invokeBOOLOutArg:(BOOL*)arg of:(PyObjC_TestClass1*)obj
18562 SETUP_INVOCATION(inv, obj, @selector(BOOLOutArg:))
18564 [obj forwardInvocation:inv];
18567 +(id)invokeBOOLInOutArg:(BOOL*)arg of:(PyObjC_TestClass1*)obj
18572 SETUP_INVOCATION(inv, obj, @selector(BOOLInOutArg:))
18574 [obj forwardInvocation:inv];
18579 +(id)callcharInArg:(char*)arg of:(PyObjC_TestClass1*)obj
18581 return [obj charInArg:arg];
18584 +(void)callcharOutArg:(char*)arg of:(PyObjC_TestClass1*)obj
18586 [obj charOutArg:arg];
18589 +(id)callcharInOutArg:(char*)arg of:(PyObjC_TestClass1*)obj
18591 return [obj charInOutArg:arg];
18594 +(id)invokecharInArg:(char*)arg of:(PyObjC_TestClass1*)obj
18599 SETUP_INVOCATION(inv, obj, @selector(charInArg:))
18601 [obj forwardInvocation:inv];
18606 +(void)invokecharOutArg:(char*)arg of:(PyObjC_TestClass1*)obj
18610 SETUP_INVOCATION(inv, obj, @selector(charOutArg:))
18612 [obj forwardInvocation:inv];
18615 +(id)invokecharInOutArg:(char*)arg of:(PyObjC_TestClass1*)obj
18620 SETUP_INVOCATION(inv, obj, @selector(charInOutArg:))
18622 [obj forwardInvocation:inv];
18627 +(id)callsignedshortInArg:(signed short*)arg of:(PyObjC_TestClass1*)obj
18629 return [obj signedshortInArg:arg];
18632 +(void)callsignedshortOutArg:(signed short*)arg of:(PyObjC_TestClass1*)obj
18634 [obj signedshortOutArg:arg];
18637 +(id)callsignedshortInOutArg:(signed short*)arg of:(PyObjC_TestClass1*)obj
18639 return [obj signedshortInOutArg:arg];
18642 +(id)invokesignedshortInArg:(signed short*)arg of:(PyObjC_TestClass1*)obj
18647 SETUP_INVOCATION(inv, obj, @selector(signedshortInArg:))
18649 [obj forwardInvocation:inv];
18654 +(void)invokesignedshortOutArg:(signed short*)arg of:(PyObjC_TestClass1*)obj
18658 SETUP_INVOCATION(inv, obj, @selector(signedshortOutArg:))
18660 [obj forwardInvocation:inv];
18663 +(id)invokesignedshortInOutArg:(signed short*)arg of:(PyObjC_TestClass1*)obj
18668 SETUP_INVOCATION(inv, obj, @selector(signedshortInOutArg:))
18670 [obj forwardInvocation:inv];
18675 +(id)callsignedintInArg:(signed int*)arg of:(PyObjC_TestClass1*)obj
18677 return [obj signedintInArg:arg];
18680 +(void)callsignedintOutArg:(signed int*)arg of:(PyObjC_TestClass1*)obj
18682 [obj signedintOutArg:arg];
18685 +(id)callsignedintInOutArg:(signed int*)arg of:(PyObjC_TestClass1*)obj
18687 return [obj signedintInOutArg:arg];
18690 +(id)invokesignedintInArg:(signed int*)arg of:(PyObjC_TestClass1*)obj
18695 SETUP_INVOCATION(inv, obj, @selector(signedintInArg:))
18697 [obj forwardInvocation:inv];
18702 +(void)invokesignedintOutArg:(signed int*)arg of:(PyObjC_TestClass1*)obj
18706 SETUP_INVOCATION(inv, obj, @selector(signedintOutArg:))
18708 [obj forwardInvocation:inv];
18711 +(id)invokesignedintInOutArg:(signed int*)arg of:(PyObjC_TestClass1*)obj
18716 SETUP_INVOCATION(inv, obj, @selector(signedintInOutArg:))
18718 [obj forwardInvocation:inv];
18723 +(id)callsignedlongInArg:(signed long*)arg of:(PyObjC_TestClass1*)obj
18725 return [obj signedlongInArg:arg];
18728 +(void)callsignedlongOutArg:(signed long*)arg of:(PyObjC_TestClass1*)obj
18730 [obj signedlongOutArg:arg];
18733 +(id)callsignedlongInOutArg:(signed long*)arg of:(PyObjC_TestClass1*)obj
18735 return [obj signedlongInOutArg:arg];
18738 +(id)invokesignedlongInArg:(signed long*)arg of:(PyObjC_TestClass1*)obj
18743 SETUP_INVOCATION(inv, obj, @selector(signedlongInArg:))
18745 [obj forwardInvocation:inv];
18750 +(void)invokesignedlongOutArg:(signed long*)arg of:(PyObjC_TestClass1*)obj
18754 SETUP_INVOCATION(inv, obj, @selector(signedlongOutArg:))
18756 [obj forwardInvocation:inv];
18759 +(id)invokesignedlongInOutArg:(signed long*)arg of:(PyObjC_TestClass1*)obj
18764 SETUP_INVOCATION(inv, obj, @selector(signedlongInOutArg:))
18766 [obj forwardInvocation:inv];
18771 +(id)callsignedlonglongInArg:(signed long long*)arg of:(PyObjC_TestClass1*)obj
18773 return [obj signedlonglongInArg:arg];
18776 +(void)callsignedlonglongOutArg:(signed long long*)arg of:(PyObjC_TestClass1*)obj
18778 [obj signedlonglongOutArg:arg];
18781 +(id)callsignedlonglongInOutArg:(signed long long*)arg of:(PyObjC_TestClass1*)obj
18783 return [obj signedlonglongInOutArg:arg];
18786 +(id)invokesignedlonglongInArg:(signed long long*)arg of:(PyObjC_TestClass1*)obj
18791 SETUP_INVOCATION(inv, obj, @selector(signedlonglongInArg:))
18793 [obj forwardInvocation:inv];
18798 +(void)invokesignedlonglongOutArg:(signed long long*)arg of:(PyObjC_TestClass1*)obj
18802 SETUP_INVOCATION(inv, obj, @selector(signedlonglongOutArg:))
18804 [obj forwardInvocation:inv];
18807 +(id)invokesignedlonglongInOutArg:(signed long long*)arg of:(PyObjC_TestClass1*)obj
18812 SETUP_INVOCATION(inv, obj, @selector(signedlonglongInOutArg:))
18814 [obj forwardInvocation:inv];
18819 +(id)callunsignedcharInArg:(unsigned char*)arg of:(PyObjC_TestClass1*)obj
18821 return [obj unsignedcharInArg:arg];
18824 +(void)callunsignedcharOutArg:(unsigned char*)arg of:(PyObjC_TestClass1*)obj
18826 [obj unsignedcharOutArg:arg];
18829 +(id)callunsignedcharInOutArg:(unsigned char*)arg of:(PyObjC_TestClass1*)obj
18831 return [obj unsignedcharInOutArg:arg];
18834 +(id)invokeunsignedcharInArg:(unsigned char*)arg of:(PyObjC_TestClass1*)obj
18839 SETUP_INVOCATION(inv, obj, @selector(unsignedcharInArg:))
18841 [obj forwardInvocation:inv];
18846 +(void)invokeunsignedcharOutArg:(unsigned char*)arg of:(PyObjC_TestClass1*)obj
18850 SETUP_INVOCATION(inv, obj, @selector(unsignedcharOutArg:))
18852 [obj forwardInvocation:inv];
18855 +(id)invokeunsignedcharInOutArg:(unsigned char*)arg of:(PyObjC_TestClass1*)obj
18860 SETUP_INVOCATION(inv, obj, @selector(unsignedcharInOutArg:))
18862 [obj forwardInvocation:inv];
18867 +(id)callunsignedshortInArg:(unsigned short*)arg of:(PyObjC_TestClass1*)obj
18869 return [obj unsignedshortInArg:arg];
18872 +(void)callunsignedshortOutArg:(unsigned short*)arg of:(PyObjC_TestClass1*)obj
18874 [obj unsignedshortOutArg:arg];
18877 +(id)callunsignedshortInOutArg:(unsigned short*)arg of:(PyObjC_TestClass1*)obj
18879 return [obj unsignedshortInOutArg:arg];
18882 +(id)invokeunsignedshortInArg:(unsigned short*)arg of:(PyObjC_TestClass1*)obj
18887 SETUP_INVOCATION(inv, obj, @selector(unsignedshortInArg:))
18889 [obj forwardInvocation:inv];
18894 +(void)invokeunsignedshortOutArg:(unsigned short*)arg of:(PyObjC_TestClass1*)obj
18898 SETUP_INVOCATION(inv, obj, @selector(unsignedshortOutArg:))
18900 [obj forwardInvocation:inv];
18903 +(id)invokeunsignedshortInOutArg:(unsigned short*)arg of:(PyObjC_TestClass1*)obj
18908 SETUP_INVOCATION(inv, obj, @selector(unsignedshortInOutArg:))
18910 [obj forwardInvocation:inv];
18915 +(id)callunsignedintInArg:(unsigned int*)arg of:(PyObjC_TestClass1*)obj
18917 return [obj unsignedintInArg:arg];
18920 +(void)callunsignedintOutArg:(unsigned int*)arg of:(PyObjC_TestClass1*)obj
18922 [obj unsignedintOutArg:arg];
18925 +(id)callunsignedintInOutArg:(unsigned int*)arg of:(PyObjC_TestClass1*)obj
18927 return [obj unsignedintInOutArg:arg];
18930 +(id)invokeunsignedintInArg:(unsigned int*)arg of:(PyObjC_TestClass1*)obj
18935 SETUP_INVOCATION(inv, obj, @selector(unsignedintInArg:))
18937 [obj forwardInvocation:inv];
18942 +(void)invokeunsignedintOutArg:(unsigned int*)arg of:(PyObjC_TestClass1*)obj
18946 SETUP_INVOCATION(inv, obj, @selector(unsignedintOutArg:))
18948 [obj forwardInvocation:inv];
18951 +(id)invokeunsignedintInOutArg:(unsigned int*)arg of:(PyObjC_TestClass1*)obj
18956 SETUP_INVOCATION(inv, obj, @selector(unsignedintInOutArg:))
18958 [obj forwardInvocation:inv];
18963 +(id)callunsignedlongInArg:(unsigned long*)arg of:(PyObjC_TestClass1*)obj
18965 return [obj unsignedlongInArg:arg];
18968 +(void)callunsignedlongOutArg:(unsigned long*)arg of:(PyObjC_TestClass1*)obj
18970 [obj unsignedlongOutArg:arg];
18973 +(id)callunsignedlongInOutArg:(unsigned long*)arg of:(PyObjC_TestClass1*)obj
18975 return [obj unsignedlongInOutArg:arg];
18978 +(id)invokeunsignedlongInArg:(unsigned long*)arg of:(PyObjC_TestClass1*)obj
18983 SETUP_INVOCATION(inv, obj, @selector(unsignedlongInArg:))
18985 [obj forwardInvocation:inv];
18990 +(void)invokeunsignedlongOutArg:(unsigned long*)arg of:(PyObjC_TestClass1*)obj
18994 SETUP_INVOCATION(inv, obj, @selector(unsignedlongOutArg:))
18996 [obj forwardInvocation:inv];
18999 +(id)invokeunsignedlongInOutArg:(unsigned long*)arg of:(PyObjC_TestClass1*)obj
19004 SETUP_INVOCATION(inv, obj, @selector(unsignedlongInOutArg:))
19006 [obj forwardInvocation:inv];
19011 +(id)callunsignedlonglongInArg:(unsigned long long*)arg of:(PyObjC_TestClass1*)obj
19013 return [obj unsignedlonglongInArg:arg];
19016 +(void)callunsignedlonglongOutArg:(unsigned long long*)arg of:(PyObjC_TestClass1*)obj
19018 [obj unsignedlonglongOutArg:arg];
19021 +(id)callunsignedlonglongInOutArg:(unsigned long long*)arg of:(PyObjC_TestClass1*)obj
19023 return [obj unsignedlonglongInOutArg:arg];
19026 +(id)invokeunsignedlonglongInArg:(unsigned long long*)arg of:(PyObjC_TestClass1*)obj
19031 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongInArg:))
19033 [obj forwardInvocation:inv];
19038 +(void)invokeunsignedlonglongOutArg:(unsigned long long*)arg of:(PyObjC_TestClass1*)obj
19042 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongOutArg:))
19044 [obj forwardInvocation:inv];
19047 +(id)invokeunsignedlonglongInOutArg:(unsigned long long*)arg of:(PyObjC_TestClass1*)obj
19052 SETUP_INVOCATION(inv, obj, @selector(unsignedlonglongInOutArg:))
19054 [obj forwardInvocation:inv];
19059 +(id)callfloatInArg:(float*)arg of:(PyObjC_TestClass1*)obj
19061 return [obj floatInArg:arg];
19064 +(void)callfloatOutArg:(float*)arg of:(PyObjC_TestClass1*)obj
19066 [obj floatOutArg:arg];
19069 +(id)callfloatInOutArg:(float*)arg of:(PyObjC_TestClass1*)obj
19071 return [obj floatInOutArg:arg];
19074 +(id)invokefloatInArg:(float*)arg of:(PyObjC_TestClass1*)obj
19079 SETUP_INVOCATION(inv, obj, @selector(floatInArg:))
19081 [obj forwardInvocation:inv];
19086 +(void)invokefloatOutArg:(float*)arg of:(PyObjC_TestClass1*)obj
19090 SETUP_INVOCATION(inv, obj, @selector(floatOutArg:))
19092 [obj forwardInvocation:inv];
19095 +(id)invokefloatInOutArg:(float*)arg of:(PyObjC_TestClass1*)obj
19100 SETUP_INVOCATION(inv, obj, @selector(floatInOutArg:))
19102 [obj forwardInvocation:inv];
19107 +(id)calldoubleInArg:(double*)arg of:(PyObjC_TestClass1*)obj
19109 return [obj doubleInArg:arg];
19112 +(void)calldoubleOutArg:(double*)arg of:(PyObjC_TestClass1*)obj
19114 [obj doubleOutArg:arg];
19117 +(id)calldoubleInOutArg:(double*)arg of:(PyObjC_TestClass1*)obj
19119 return [obj doubleInOutArg:arg];
19122 +(id)invokedoubleInArg:(double*)arg of:(PyObjC_TestClass1*)obj
19127 SETUP_INVOCATION(inv, obj, @selector(doubleInArg:))
19129 [obj forwardInvocation:inv];
19134 +(void)invokedoubleOutArg:(double*)arg of:(PyObjC_TestClass1*)obj
19138 SETUP_INVOCATION(inv, obj, @selector(doubleOutArg:))
19140 [obj forwardInvocation:inv];
19143 +(id)invokedoubleInOutArg:(double*)arg of:(PyObjC_TestClass1*)obj
19148 SETUP_INVOCATION(inv, obj, @selector(doubleInOutArg:))
19150 [obj forwardInvocation:inv];
19155 +(id)callidInArg:(id*)arg of:(PyObjC_TestClass1*)obj
19157 return [obj idInArg:arg];
19160 +(void)callidOutArg:(id*)arg of:(PyObjC_TestClass1*)obj
19162 [obj idOutArg:arg];
19165 +(id)callidInOutArg:(id*)arg of:(PyObjC_TestClass1*)obj
19167 return [obj idInOutArg:arg];
19170 +(id)invokeidInArg:(id*)arg of:(PyObjC_TestClass1*)obj
19175 SETUP_INVOCATION(inv, obj, @selector(idInArg:))
19177 [obj forwardInvocation:inv];
19182 +(void)invokeidOutArg:(id*)arg of:(PyObjC_TestClass1*)obj
19186 SETUP_INVOCATION(inv, obj, @selector(idOutArg:))
19188 [obj forwardInvocation:inv];
19191 +(id)invokeidInOutArg:(id*)arg of:(PyObjC_TestClass1*)obj
19196 SETUP_INVOCATION(inv, obj, @selector(idInOutArg:))
19198 [obj forwardInvocation:inv];
19203 +(id)callcharPtrInArg:(char**)arg of:(PyObjC_TestClass1*)obj
19205 return [obj charPtrInArg:arg];
19208 +(void)callcharPtrOutArg:(char**)arg of:(PyObjC_TestClass1*)obj
19210 [obj charPtrOutArg:arg];
19213 +(id)callcharPtrInOutArg:(char**)arg of:(PyObjC_TestClass1*)obj
19215 return [obj charPtrInOutArg:arg];
19218 +(id)invokecharPtrInArg:(char**)arg of:(PyObjC_TestClass1*)obj
19223 SETUP_INVOCATION(inv, obj, @selector(charPtrInArg:))
19225 [obj forwardInvocation:inv];
19230 +(void)invokecharPtrOutArg:(char**)arg of:(PyObjC_TestClass1*)obj
19234 SETUP_INVOCATION(inv, obj, @selector(charPtrOutArg:))
19236 [obj forwardInvocation:inv];
19239 +(id)invokecharPtrInOutArg:(char**)arg of:(PyObjC_TestClass1*)obj
19244 SETUP_INVOCATION(inv, obj, @selector(charPtrInOutArg:))
19246 [obj forwardInvocation:inv];
19251 +(id)callNSPointInArg:(NSPoint*)arg of:(PyObjC_TestClass1*)obj
19253 return [obj NSPointInArg:arg];
19256 +(void)callNSPointOutArg:(NSPoint*)arg of:(PyObjC_TestClass1*)obj
19258 [obj NSPointOutArg:arg];
19261 +(id)callNSPointInOutArg:(NSPoint*)arg of:(PyObjC_TestClass1*)obj
19263 return [obj NSPointInOutArg:arg];
19266 +(id)invokeNSPointInArg:(NSPoint*)arg of:(PyObjC_TestClass1*)obj
19271 SETUP_INVOCATION(inv, obj, @selector(NSPointInArg:))
19273 [obj forwardInvocation:inv];
19278 +(void)invokeNSPointOutArg:(NSPoint*)arg of:(PyObjC_TestClass1*)obj
19282 SETUP_INVOCATION(inv, obj, @selector(NSPointOutArg:))
19284 [obj forwardInvocation:inv];
19287 +(id)invokeNSPointInOutArg:(NSPoint*)arg of:(PyObjC_TestClass1*)obj
19292 SETUP_INVOCATION(inv, obj, @selector(NSPointInOutArg:))
19294 [obj forwardInvocation:inv];
19299 +(id)callNSRectInArg:(NSRect*)arg of:(PyObjC_TestClass1*)obj
19301 return [obj NSRectInArg:arg];
19304 +(void)callNSRectOutArg:(NSRect*)arg of:(PyObjC_TestClass1*)obj
19306 [obj NSRectOutArg:arg];
19309 +(id)callNSRectInOutArg:(NSRect*)arg of:(PyObjC_TestClass1*)obj
19311 return [obj NSRectInOutArg:arg];
19314 +(id)invokeNSRectInArg:(NSRect*)arg of:(PyObjC_TestClass1*)obj
19319 SETUP_INVOCATION(inv, obj, @selector(NSRectInArg:))
19321 [obj forwardInvocation:inv];
19326 +(void)invokeNSRectOutArg:(NSRect*)arg of:(PyObjC_TestClass1*)obj
19330 SETUP_INVOCATION(inv, obj, @selector(NSRectOutArg:))
19332 [obj forwardInvocation:inv];
19335 +(id)invokeNSRectInOutArg:(NSRect*)arg of:(PyObjC_TestClass1*)obj
19340 SETUP_INVOCATION(inv, obj, @selector(NSRectInOutArg:))
19342 [obj forwardInvocation:inv];
19347 +(id)callstructTestStruct1InArg:(struct TestStruct1*)arg of:(PyObjC_TestClass1*)obj
19349 return [obj structTestStruct1InArg:arg];
19352 +(void)callstructTestStruct1OutArg:(struct TestStruct1*)arg of:(PyObjC_TestClass1*)obj
19354 [obj structTestStruct1OutArg:arg];
19357 +(id)callstructTestStruct1InOutArg:(struct TestStruct1*)arg of:(PyObjC_TestClass1*)obj
19359 return [obj structTestStruct1InOutArg:arg];
19362 +(id)invokestructTestStruct1InArg:(struct TestStruct1*)arg of:(PyObjC_TestClass1*)obj
19367 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1InArg:))
19369 [obj forwardInvocation:inv];
19374 +(void)invokestructTestStruct1OutArg:(struct TestStruct1*)arg of:(PyObjC_TestClass1*)obj
19378 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1OutArg:))
19380 [obj forwardInvocation:inv];
19383 +(id)invokestructTestStruct1InOutArg:(struct TestStruct1*)arg of:(PyObjC_TestClass1*)obj
19388 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1InOutArg:))
19390 [obj forwardInvocation:inv];
19395 +(id)callstructTestStruct2InArg:(struct TestStruct2*)arg of:(PyObjC_TestClass1*)obj
19397 return [obj structTestStruct2InArg:arg];
19400 +(void)callstructTestStruct2OutArg:(struct TestStruct2*)arg of:(PyObjC_TestClass1*)obj
19402 [obj structTestStruct2OutArg:arg];
19405 +(id)callstructTestStruct2InOutArg:(struct TestStruct2*)arg of:(PyObjC_TestClass1*)obj
19407 return [obj structTestStruct2InOutArg:arg];
19410 +(id)invokestructTestStruct2InArg:(struct TestStruct2*)arg of:(PyObjC_TestClass1*)obj
19415 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2InArg:))
19417 [obj forwardInvocation:inv];
19422 +(void)invokestructTestStruct2OutArg:(struct TestStruct2*)arg of:(PyObjC_TestClass1*)obj
19426 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2OutArg:))
19428 [obj forwardInvocation:inv];
19431 +(id)invokestructTestStruct2InOutArg:(struct TestStruct2*)arg of:(PyObjC_TestClass1*)obj
19436 SETUP_INVOCATION(inv, obj, @selector(structTestStruct2InOutArg:))
19438 [obj forwardInvocation:inv];
19443 +(id)callstructTestStruct3InArg:(struct TestStruct3*)arg of:(PyObjC_TestClass1*)obj
19445 return [obj structTestStruct3InArg:arg];
19448 +(void)callstructTestStruct3OutArg:(struct TestStruct3*)arg of:(PyObjC_TestClass1*)obj
19450 [obj structTestStruct3OutArg:arg];
19453 +(id)callstructTestStruct3InOutArg:(struct TestStruct3*)arg of:(PyObjC_TestClass1*)obj
19455 return [obj structTestStruct3InOutArg:arg];
19458 +(id)invokestructTestStruct3InArg:(struct TestStruct3*)arg of:(PyObjC_TestClass1*)obj
19463 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3InArg:))
19465 [obj forwardInvocation:inv];
19470 +(void)invokestructTestStruct3OutArg:(struct TestStruct3*)arg of:(PyObjC_TestClass1*)obj
19474 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3OutArg:))
19476 [obj forwardInvocation:inv];
19479 +(id)invokestructTestStruct3InOutArg:(struct TestStruct3*)arg of:(PyObjC_TestClass1*)obj
19484 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3InOutArg:))
19486 [obj forwardInvocation:inv];
19491 +(id)callstructTestStruct4InArg:(struct TestStruct4*)arg of:(PyObjC_TestClass1*)obj
19493 return [obj structTestStruct4InArg:arg];
19496 +(void)callstructTestStruct4OutArg:(struct TestStruct4*)arg of:(PyObjC_TestClass1*)obj
19498 [obj structTestStruct4OutArg:arg];
19501 +(id)callstructTestStruct4InOutArg:(struct TestStruct4*)arg of:(PyObjC_TestClass1*)obj
19503 return [obj structTestStruct4InOutArg:arg];
19506 +(id)invokestructTestStruct4InArg:(struct TestStruct4*)arg of:(PyObjC_TestClass1*)obj
19511 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4InArg:))
19513 [obj forwardInvocation:inv];
19518 +(void)invokestructTestStruct4OutArg:(struct TestStruct4*)arg of:(PyObjC_TestClass1*)obj
19522 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4OutArg:))
19524 [obj forwardInvocation:inv];
19527 +(id)invokestructTestStruct4InOutArg:(struct TestStruct4*)arg of:(PyObjC_TestClass1*)obj
19532 SETUP_INVOCATION(inv, obj, @selector(structTestStruct4InOutArg:))
19534 [obj forwardInvocation:inv];
19539 +(id)callstructTestStruct5InArg:(struct TestStruct5*)arg of:(PyObjC_TestClass1*)obj
19541 return [obj structTestStruct5InArg:arg];
19544 +(void)callstructTestStruct5OutArg:(struct TestStruct5*)arg of:(PyObjC_TestClass1*)obj
19546 [obj structTestStruct5OutArg:arg];
19549 +(id)callstructTestStruct5InOutArg:(struct TestStruct5*)arg of:(PyObjC_TestClass1*)obj
19551 return [obj structTestStruct5InOutArg:arg];
19554 +(id)invokestructTestStruct5InArg:(struct TestStruct5*)arg of:(PyObjC_TestClass1*)obj
19559 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5InArg:))
19561 [obj forwardInvocation:inv];
19566 +(void)invokestructTestStruct5OutArg:(struct TestStruct5*)arg of:(PyObjC_TestClass1*)obj
19570 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5OutArg:))
19572 [obj forwardInvocation:inv];
19575 +(id)invokestructTestStruct5InOutArg:(struct TestStruct5*)arg of:(PyObjC_TestClass1*)obj
19580 SETUP_INVOCATION(inv, obj, @selector(structTestStruct5InOutArg:))
19582 [obj forwardInvocation:inv];