Lines Matching refs:noptargs
32 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 2; in _bisect_bisect_right() local
46 if (!noptargs) { in _bisect_bisect_right()
62 if (!--noptargs) { in _bisect_bisect_right()
70 if (!--noptargs) { in _bisect_bisect_right()
75 if (!noptargs) { in _bisect_bisect_right()
115 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 2; in _bisect_insort_right() local
128 if (!noptargs) { in _bisect_insort_right()
144 if (!--noptargs) { in _bisect_insort_right()
152 if (!--noptargs) { in _bisect_insort_right()
157 if (!noptargs) { in _bisect_insort_right()
195 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 2; in _bisect_bisect_left() local
209 if (!noptargs) { in _bisect_bisect_left()
225 if (!--noptargs) { in _bisect_bisect_left()
233 if (!--noptargs) { in _bisect_bisect_left()
238 if (!noptargs) { in _bisect_bisect_left()
278 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 2; in _bisect_insort_left() local
291 if (!noptargs) { in _bisect_insort_left()
307 if (!--noptargs) { in _bisect_insort_left()
315 if (!--noptargs) { in _bisect_insort_left()
320 if (!noptargs) { in _bisect_insort_left()