Searched refs:PyDict_GET_SIZE (Results 1 – 25 of 53) sorted by relevance
123
61 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in itertools_groupby()472 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in itertools_permutations()511 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in itertools_accumulate()637 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in itertools_count()
114 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in _pickle_Pickler___init__()334 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in _pickle_Unpickler___init__()
179 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in _lzma_LZMADecompressor___init__()
34 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in _asyncio_Future___init__()331 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in _asyncio_Task___init__()
598 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in _elementtree_TreeBuilder___init__()809 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in _elementtree_XMLParser___init__()
120 if (pkw == NULL || PyDict_GET_SIZE(pkw) == 0) { in partial_new()207 if (PyDict_GET_SIZE(pto->kw)) { in partial_vectorcall()293 if (PyDict_GET_SIZE(pto->kw) == 0) { in partial_call()817 kwds_size = kwds ? PyDict_GET_SIZE(kwds) : 0; in lru_cache_make_key()1047 if (PyDict_GET_SIZE(self->cache) < self->maxsize || in bounded_lru_cache_wrapper()1307 PyDict_GET_SIZE(self->cache)); in lru_cache_cache_info()1311 PyDict_GET_SIZE(self->cache)); in lru_cache_cache_info()
17 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in structseq_new()
25 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in module___init__()
32 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in enum_new()
35 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 2; in func_new()
80 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in property_init()
92 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in complex_new()
17 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in long_new()
410 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in _io_BufferedReader___init__()464 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in _io_BufferedWriter___init__()610 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in _io_BufferedRandom___init__()
32 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 2; in _io_IncrementalNewlineDecoder___init__()190 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in _io_TextIOWrapper___init__()
263 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in _io_StringIO___init__()
56 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in _io__WindowsConsoleIO___init__()
57 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in _io_FileIO___init__()
23 #define PyODict_SIZE(op) PyDict_GET_SIZE((op))
48 #define PyDict_GET_SIZE(mp) (assert(PyDict_Check(mp)),((PyDictObject *)mp)->ma_used) macro
23 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in py_sha3_new()
141 if (kwargs == NULL || PyDict_GET_SIZE(kwargs) == 0) { in _PyObject_FastCallDictTstate()254 if (kwargs == NULL || PyDict_GET_SIZE(kwargs) == 0) { in PyVectorcall_Call()898 Py_ssize_t nkwargs = PyDict_GET_SIZE(kwargs); in _PyStack_UnpackDict()
30 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in py_blake2b_new()
30 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in py_blake2s_new()
210 if (PyDict_GET_SIZE(self->mapping) == self->size) { in pysqlite_cache_get()