Searched refs:PyList_New (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dregistry.m32 sublist = PyList_New(0);
H A Divar-accessor.m39 result = PyList_New(0);
H A Dmodule.m823 result = PyList_New(0);
884 result = PyList_New(0);
1031 protocols = PyList_New(protCount);
1069 protocols = PyList_New(0);
H A Dparsexml.m1239 PyObject* siglist = PyList_New(0);
1388 methodList = PyList_New(0);
1596 cftypes = PyList_New(0);
1630 func_aliases = PyList_New(0);
H A Dsuper-call.m42 special_registry = PyList_New(0);
H A Dobjc-class.m361 protocols = PyList_New(0);
376 protocols = PyList_New(protocols_len);
388 real_bases = PyList_New(0);
H A DOC_PythonDictionary.m102 mapTypes = PyList_New(0);
/macosx-10.10/libxml2-26/libxml2/python/
H A Dtypes.c429 ret = PyList_New(0);
439 ret = PyList_New(len);
454 ret = PyList_New(0);
459 ret = PyList_New(obj->nodesetval->nodeNr);
512 list = PyList_New(1);
530 list = PyList_New(2);
563 list = PyList_New(set->locNr);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/
H A Dtypes.c369 ret = PyList_New(0);
379 ret = PyList_New(len);
394 ret = PyList_New(0);
399 ret = PyList_New(obj->nodesetval->nodeNr);
453 list = PyList_New(1);
471 list = PyList_New(2);
504 list = PyList_New(set->locNr);
/macosx-10.10/swig-12/Lib/python/
H A Dstd_map.i178 PyObject* keyList = PyList_New(pysize);
197 PyObject* valList = PyList_New(pysize);
216 PyObject* itemList = PyList_New(pysize);
/macosx-10.10/libxslt-13/libxslt/python/
H A Dtypes.c372 ret = PyList_New(0);
382 ret = PyList_New(len);
397 ret = PyList_New(0);
402 ret = PyList_New(obj->nodesetval->nodeNr);
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/python/scxx/
H A DPWOMSequence.h30 PWOList(int size = 0): PWOSequence(PyList_New(size)) {
129 //PyList_New
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dregistry.m32 sublist = PyList_New(0);
H A Divar-accessor.m39 result = PyList_New(0);
H A Dsuper-call.m42 special_registry = PyList_New(0);
H A DOC_PythonDictionary.m102 mapTypes = PyList_New(0);
H A Dmodule.m743 result = PyList_New(0);
804 result = PyList_New(0);
951 protocols = PyList_New(protCount);
989 protocols = PyList_New(0);
H A Dobjc-class.m488 protocols = PyList_New(0);
511 protocols = PyList_New(protocols_len);
526 real_bases = PyList_New(0);
1831 PyObject* result = PyList_New(0);
H A Dparsexml.m1280 PyObject* siglist = PyList_New(0);
1438 methodList = PyList_New(0);
1677 cftypes = PyList_New(0);
1711 func_aliases = PyList_New(0);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dregistry.m32 sublist = PyList_New(0);
H A Divar-accessor.m39 result = PyList_New(0);
H A Dsuper-call.m42 special_registry = PyList_New(0);
H A Dformal-protocol.m267 PyObject* result = PyList_New(0);
294 PyObject* result = PyList_New(0);
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A DPyRowRef.cpp44 PyObject *out = PyList_New(nprops);
/macosx-10.10/vim-55/src/
H A Dif_python.c151 # define PyList_New dll_PyList_New macro
289 {"PyList_New", (PYTHON_PROC*)&dll_PyList_New},

Completed in 221 milliseconds

12