Searched refs:PyArg_ParseTuple (Results 1 - 25 of 72) sorted by relevance

123

/macosx-10.10.1/swig-12/Lib/python/
H A Ddefarg.swg27 if (!PyArg_ParseTuple(args,"OO",&func,&parms))
/macosx-10.10.1/file-46/file/python/
H A Dpy_magic.c58 if(!PyArg_ParseTuple(args, "i", &flags))
122 if(!(PyArg_ParseTuple(args, "s", &filename)))
147 if(!(PyArg_ParseTuple(args, "s#", (char**)&buffer, &buffer_length)))
170 if(!(PyArg_ParseTuple(args, "i", &flags)))
188 if(!(PyArg_ParseTuple(args, "|s", &filename)))
208 if(!(PyArg_ParseTuple(args, "|s", &filename)))
227 if(!(PyArg_ParseTuple(args, "|s", &filename)))
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Modules/
H A D_CoreFoundation_CFBitVector.m15 if (!PyArg_ParseTuple(args, "OO" Py_ARG_SIZE_T, &py_allocator, &py_bytes, &count)) {
65 if (!PyArg_ParseTuple(args, "OOO", &py_vector, &py_range, &py_bytes)) {
H A D_CoreFoundation_CFBag.m13 if (!PyArg_ParseTuple(args, "O", &py_bag)) {
50 if (!PyArg_ParseTuple(args, "OO" Py_ARG_SIZE_T, &py_allocator, &py_members, &count)) {
85 if (!PyArg_ParseTuple(args, "O" Py_ARG_SIZE_T, &py_allocator, &count)) {
H A D_CoreFoundation_CFBinaryHeap.m61 if (!PyArg_ParseTuple(args, "O" Py_ARG_SIZE_T, &py_allocator, &count)) {
88 if (!PyArg_ParseTuple(args, "O", &py_heap)) {
H A D_Foundation_string.m23 if (!PyArg_ParseTuple(arguments, "O" Py_ARG_NSUInteger "OO", &buf1, &maxLength, &rangeObj, &buf2)) {
107 if (!PyArg_ParseTuple(arguments, "O" Py_ARG_NSUInteger, &py_buf, &maxLength)) {
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Modules/
H A D_CoreFoundation_CFBitVector.m15 if (!PyArg_ParseTuple(args, "OO" Py_ARG_SIZE_T, &py_allocator, &py_bytes, &count)) {
65 if (!PyArg_ParseTuple(args, "OOO", &py_vector, &py_range, &py_bytes)) {
H A D_CoreFoundation_CFBag.m13 if (!PyArg_ParseTuple(args, "O", &py_bag)) {
50 if (!PyArg_ParseTuple(args, "OO" Py_ARG_SIZE_T, &py_allocator, &py_members, &count)) {
85 if (!PyArg_ParseTuple(args, "O" Py_ARG_SIZE_T, &py_allocator, &count)) {
H A D_CoreFoundation_CFBinaryHeap.m61 if (!PyArg_ParseTuple(args, "O" Py_ARG_SIZE_T, &py_allocator, &count)) {
88 if (!PyArg_ParseTuple(args, "O", &py_heap)) {
H A D_Foundation_string.m23 if (!PyArg_ParseTuple(arguments, "O" Py_ARG_NSUInteger "OO", &buf1, &maxLength, &rangeObj, &buf2)) {
107 if (!PyArg_ParseTuple(arguments, "O" Py_ARG_NSUInteger, &py_buf, &maxLength)) {
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Modules/
H A D_CoreFoundation_CFBag.m18 if (!PyArg_ParseTuple(args, "O", &py_bag)) {
55 if (!PyArg_ParseTuple(args, "OO" Py_ARG_SIZE_T, &py_allocator, &py_members, &count)) {
90 if (!PyArg_ParseTuple(args, "O" Py_ARG_SIZE_T, &py_allocator, &count)) {
H A D_CoreFoundation_CFBinaryHeap.m64 if (!PyArg_ParseTuple(args, "O" Py_ARG_SIZE_T, &py_allocator, &count)) {
91 if (!PyArg_ParseTuple(args, "O", &py_heap)) {
H A D_CoreFoundation_CFBitVector.m21 if (!PyArg_ParseTuple(args, "OO" Py_ARG_SIZE_T, &py_allocator, &py_bytes, &count)) {
71 if (!PyArg_ParseTuple(args, "OOO", &py_vector, &py_range, &py_bytes)) {
H A D_Foundation_string.m26 if (!PyArg_ParseTuple(arguments, "iO", &maxLength, &rangeObj)) {
90 if (!PyArg_ParseTuple(arguments, "i", &maxLength)) {
H A D_Foundation_functioncallbacks.m65 if (!PyArg_ParseTuple(arguments, "OO", &sortFunc, &context)) {
123 if (!PyArg_ParseTuple(arguments, "OOO&", &sortFunc, &context,
181 if (!PyArg_ParseTuple(arguments, "OO", &sortFunc, &context)) {
233 if (!PyArg_ParseTuple(arguments, "OOO", &sortFunc, &context,
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/
H A Dlibxml.c119 if (!PyArg_ParseTuple(args, (char *) "i:xmlDebugMemory", &activate))
453 if (!PyArg_ParseTuple(args, (char *)"Oz:xmlOutputBufferCreate",
481 if (!PyArg_ParseTuple(args, (char *)"O:outputBufferGetPythonFile",
514 if (!PyArg_ParseTuple(args, (char *)"O:xmlOutputBufferClose", &pyobj_out))
535 if (!PyArg_ParseTuple(args, (char *)"O:xmlOutputBufferFlush", &pyobj_out))
554 if (!PyArg_ParseTuple(args, (char *)"OOz:xmlSaveFileTo", &pyobj_buf, &pyobj_cur, &encoding))
578 if (!PyArg_ParseTuple(args, (char *)"OOzi:xmlSaveFormatFileTo", &pyobj_buf, &pyobj_cur, &encoding, &format))
630 if (!PyArg_ParseTuple(args, (char *)"Oz:xmlParserInputBufferCreate",
712 if (!PyArg_ParseTuple(args, (char *)"O:libxml_xmlSetEntityLoader",
1311 if (!PyArg_ParseTuple
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Modules/
H A D_sortandmap.m65 if (!PyArg_ParseTuple(args, "OOO", &d, &f, &i)) {
143 if (!PyArg_ParseTuple(args, "O", &v)) {
164 if (!PyArg_ParseTuple(args, "OOO", &py_path, &info, &callback)) {
H A D_doubleindirect.m69 if (!PyArg_ParseTuple(args, "O", &py_ops)) {
75 if (!PyArg_ParseTuple(args, "OOOOO", &py_ops, &py_curop, &py_rectarr, &py_count, &py_delta)) {
H A D_coregraphics.m18 if (!PyArg_ParseTuple(args, "O", &py_font)) {
75 if (!PyArg_ParseTuple(args, "OO", &py_option, &py_relativeToWindow)) {
166 if (!PyArg_ParseTuple(args, "O", &py_windowArray)) {
211 if (!PyArg_ParseTuple(args, "OOO", &py_screenBounds, &py_windowArray, &py_imageOption)) {
275 if (!PyArg_ParseTuple(args, "OOOOOOO", &py_data, &py_width, &py_height, &py_bitsPerComponent, &py_bytesPerRow, &py_colorSpace, &py_bitmapInfo)) {
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Modules/
H A D_sortandmap.m65 if (!PyArg_ParseTuple(args, "OOO", &d, &f, &i)) {
143 if (!PyArg_ParseTuple(args, "O", &v)) {
164 if (!PyArg_ParseTuple(args, "OOO", &py_path, &info, &callback)) {
H A D_doubleindirect.m69 if (!PyArg_ParseTuple(args, "O", &py_ops)) {
75 if (!PyArg_ParseTuple(args, "OOOOO", &py_ops, &py_curop, &py_rectarr, &py_count, &py_delta)) {
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Modules/
H A D_sortandmap.m65 if (!PyArg_ParseTuple(args, "OOO", &d, &f, &i)) {
143 if (!PyArg_ParseTuple(args, "O", &v)) {
164 if (!PyArg_ParseTuple(args, "OOO", &py_path, &info, &callback)) {
H A D_doubleindirect.m69 if (!PyArg_ParseTuple(args, "O", &py_ops)) {
75 if (!PyArg_ParseTuple(args, "OOOOO", &py_ops, &py_curop, &py_rectarr, &py_count, &py_delta)) {
/macosx-10.10.1/libxslt-13/libxslt/python/
H A Dlibxslt.c103 if (!PyArg_ParseTuple(args, (char *)"O:getTransformContextHashCode",
120 if (!PyArg_ParseTuple(args, (char *)"OO:compareTransformContextsEqual",
140 if (!PyArg_ParseTuple(args, (char *)"O:getStylesheetHashCode",
158 if (!PyArg_ParseTuple(args, (char *)"OO:compareStylesheetsEqual",
364 if (!PyArg_ParseTuple(args, (char *)"szOO:registerExtModuleElement",
471 if (!PyArg_ParseTuple(args, (char *)"szO:registerExtModuleFunction",
594 if (!PyArg_ParseTuple(args, (char *)"O:libxslt_xsltSetLoaderFunc",
629 if (!PyArg_ParseTuple(args, (char *) "OO:xsltNewTransformContext",
646 if (!PyArg_ParseTuple(args, (char *) "O:xsltFreeTransformContext", &py_tctxt))
674 if (!PyArg_ParseTuple(arg
[all...]
/macosx-10.10.1/libxml2-26/libxml2/python/
H A Dlibxml.c127 if (!PyArg_ParseTuple(args, (char *) "i:xmlDebugMemory", &activate))
509 if (!PyArg_ParseTuple(args, (char *)"Oz:xmlOutputBufferCreate",
537 if (!PyArg_ParseTuple(args, (char *)"O:outputBufferGetPythonFile",
570 if (!PyArg_ParseTuple(args, (char *)"O:xmlOutputBufferClose", &pyobj_out))
591 if (!PyArg_ParseTuple(args, (char *)"O:xmlOutputBufferFlush", &pyobj_out))
610 if (!PyArg_ParseTuple(args, (char *)"OOz:xmlSaveFileTo", &pyobj_buf, &pyobj_cur, &encoding))
634 if (!PyArg_ParseTuple(args, (char *)"OOzi:xmlSaveFormatFileTo", &pyobj_buf, &pyobj_cur, &encoding, &format))
686 if (!PyArg_ParseTuple(args, (char *)"Oz:xmlParserInputBufferCreate",
768 if (!PyArg_ParseTuple(args, (char *)"O:libxml_xmlSetEntityLoader",
827 if (!PyArg_ParseTuple(arg
[all...]

Completed in 153 milliseconds

123