Home
last modified time | relevance | path

Searched refs:PyTuple_Size (Results 1 – 25 of 31) sorted by relevance

12

/third_party/python/Modules/_sqlite/
Drow.c140 nitems = PyTuple_Size(self->description); in pysqlite_row_subscript()
192 nitems = PyTuple_Size(self->description); in pysqlite_row_keys_impl()
/third_party/python/Include/
Dtupleobject.h31 PyAPI_FUNC(Py_ssize_t) PyTuple_Size(PyObject *);
/third_party/boost/libs/python/doc/reference/
Dreturn_arg.qbk28 [[Requires][`PyTuple_Check(args) != 0` and `PyTuple_Size(args) != 0`]]
/third_party/boost/libs/python/src/object/
Dfunction.cpp157 if (PyTuple_Size(f->m_arg_names.ptr()) == 0) in call()
301 for (ssize_t i = 0; i < PyTuple_Size(args); ++i) in argument_error()
/third_party/python/Objects/
Dframeobject.c934 assert(PyTuple_Size(map) >= nmap); in map_to_dict()
987 assert(PyTuple_Size(map) >= nmap); in dict_to_map()
Dfuncobject.c33 if (PyTuple_Size(consts) >= 1) { in PyFunction_NewWithQualName()
Dtupleobject.c169 PyTuple_Size(PyObject *op) in PyTuple_Size() function
/third_party/python/Modules/
D_randommodule.c432 if (PyTuple_Size(state) != N+1) { in _random_Random_setstate()
D_cursesmodule.c1201 switch (PyTuple_Size(args)) { in PyCursesWindow_ChgAt()
1544 switch (PyTuple_Size(args)) { in PyCursesWindow_GetStr()
1748 switch (PyTuple_Size(args)) { in PyCursesWindow_InStr()
D_pickle.c2750 assert(PyTuple_Size(t) == len); in store_tuple_elements()
2781 if ((len = PyTuple_Size(obj)) < 0) in save_tuple()
3133 if (!PyTuple_Check(obj) || PyTuple_Size(obj) != 2) { in batch_dict()
3161 if (!PyTuple_Check(firstitem) || PyTuple_Size(firstitem) != 2) { in batch_dict()
3199 if (!PyTuple_Check(obj) || PyTuple_Size(obj) != 2) { in batch_dict()
3953 size = PyTuple_Size(args); in save_reduce()
6311 if (!PyTuple_Check(pair) || PyTuple_Size(pair) != 2) { in load_extension()
D_zoneinfo.c894 Py_ssize_t num_transitions = PyTuple_Size(trans_utc); in load_data()
899 Py_ssize_t num_ttinfos = PyTuple_Size(utcoff_list); in load_data()
Daudioop.c1396 if (PyTuple_Size(samps) != nchannels) { in audioop_ratecv_impl()
Dposixmodule.c5390 if (!PyTuple_CheckExact(times) || (PyTuple_Size(times) != 2)) { in os_utime_impl()
5409 if (!PyTuple_CheckExact(ns) || (PyTuple_Size(ns) != 2)) { in os_utime_impl()
6415 argc = PyTuple_Size(argv); in os_spawnv_impl()
6521 argc = PyTuple_Size(argv); in os_spawnve_impl()
/third_party/python/Doc/c-api/
Dtuple.rst46 .. c:function:: Py_ssize_t PyTuple_Size(PyObject *p)
/third_party/python/Modules/_ctypes/
Dstgdict.c527 if (PyTuple_Size(pair) == 3) { /* bits specified */ in PyCStructUnionType_update_stgdict()
/third_party/python/Python/
Dbltinmodule.c1224 numargs = PyTuple_Size(args); in map_new()
1709 const int positional = PyTuple_Size(args) > 1; in min_max()
Dcontext.c438 if (PyTuple_Size(args) || (kwds != NULL && PyDict_Size(kwds))) { in context_tp_new()
Derrors.c267 n = PyTuple_Size(exc); in PyErr_GivenExceptionMatches()
/third_party/boost/tools/build/src/engine/
Dbuiltins.cpp2080 size = PyTuple_Size( args ); in make_jam_arguments_from_python()
2113 args_proper = PyTuple_GetSlice(args, 1, PyTuple_Size(args)); in bjam_call()
/third_party/python/PC/
Dpython3dll.c589 EXPORT_FUNC(PyTuple_Size)
/third_party/python/Doc/data/
Dstable_abi.dat634 function,PyTuple_Size,3.2,
Drefcounts.dat2277 PyTuple_Size:Py_ssize_t:::
2278 PyTuple_Size:PyObject*:p:0:
/third_party/python/Doc/faq/
Dextending.rst82 That depends on the object's type. If it's a tuple, :c:func:`PyTuple_Size`
/third_party/python/Misc/
Dstable_abi.txt1276 function PyTuple_Size
/third_party/python/Modules/_decimal/
D_decimal.c2432 if (PyTuple_Size(dectuple) != 3) { in dectuple_as_str()
2498 tsize = PyTuple_Size(digits); in dectuple_as_str()

12