Home
last modified time | relevance | path

Searched refs:noptargs (Results 1 - 25 of 66) sorted by relevance

123

/third_party/python/Modules/clinic/
H A D_hashopenssl.c.h187 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in EVP_new() local
197 if (!noptargs) { in EVP_new()
202 if (!--noptargs) { in EVP_new()
207 if (!noptargs) { in EVP_new()
241 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in _hashlib_openssl_md5() local
249 if (!noptargs) { in _hashlib_openssl_md5()
254 if (!--noptargs) { in _hashlib_openssl_md5()
259 if (!noptargs) { in _hashlib_openssl_md5()
293 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in _hashlib_openssl_sha1() local
301 if (!noptargs) { in _hashlib_openssl_sha1()
345 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; _hashlib_openssl_sha224() local
397 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; _hashlib_openssl_sha256() local
449 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; _hashlib_openssl_sha384() local
501 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; _hashlib_openssl_sha512() local
555 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; _hashlib_openssl_sha3_224() local
611 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; _hashlib_openssl_sha3_256() local
667 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; _hashlib_openssl_sha3_384() local
723 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; _hashlib_openssl_sha3_512() local
779 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; _hashlib_openssl_shake_128() local
835 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; _hashlib_openssl_shake_256() local
891 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 4; pbkdf2_hmac() local
977 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; _hashlib_scrypt() local
1151 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; _hashlib_hmac_new() local
[all...]
H A D_pickle.c.h114 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in _pickle_Pickler___init__() local
125 if (!noptargs) { in _pickle_Pickler___init__()
130 if (!--noptargs) { in _pickle_Pickler___init__()
139 if (!--noptargs) { in _pickle_Pickler___init__()
334 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in _pickle_Unpickler___init__() local
346 if (!noptargs) { in _pickle_Unpickler___init__()
354 if (!--noptargs) { in _pickle_Unpickler___init__()
372 if (!--noptargs) { in _pickle_Unpickler___init__()
390 if (!--noptargs) { in _pickle_Unpickler___init__()
503 Py_ssize_t noptargs in _pickle_dump() local
584 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; _pickle_dumps() local
669 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; _pickle_load() local
772 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; _pickle_loads() local
[all...]
H A D_bisectmodule.c.h32 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; _bisect_bisect_left() local
278 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 2; _bisect_insort_left() local
[all...]
H A Dsha512module.c.h91 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in _sha512_sha512() local
99 if (!noptargs) { in _sha512_sha512()
104 if (!--noptargs) { in _sha512_sha512()
109 if (!noptargs) { in _sha512_sha512()
142 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in _sha512_sha384() local
150 if (!noptargs) { in _sha512_sha384()
155 if (!--noptargs) { in _sha512_sha384()
160 if (!noptargs) { in _sha512_sha384()
H A Dsha256module.c.h91 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in _sha256_sha256() local
99 if (!noptargs) { in _sha256_sha256()
104 if (!--noptargs) { in _sha256_sha256()
109 if (!noptargs) { in _sha256_sha256()
142 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in _sha256_sha224() local
150 if (!noptargs) { in _sha256_sha224()
155 if (!--noptargs) { in _sha256_sha224()
160 if (!noptargs) { in _sha256_sha224()
H A Dbinascii.c.h55 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in binascii_b2a_uu() local
70 if (!noptargs) { in binascii_b2a_uu()
112 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in binascii_a2b_base64() local
123 if (!noptargs) { in binascii_a2b_base64()
160 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in binascii_b2a_base64() local
175 if (!noptargs) { in binascii_b2a_base64()
328 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in binascii_b2a_hex() local
344 if (!noptargs) { in binascii_b2a_hex()
349 if (!--noptargs) { in binascii_b2a_hex()
398 Py_ssize_t noptargs in binascii_hexlify() local
525 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; binascii_a2b_qp() local
578 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; binascii_b2a_qp() local
[all...]
H A Dsocketmodule.c.h18 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in sock_initobj() local
28 if (!noptargs) { in sock_initobj()
36 if (!--noptargs) { in sock_initobj()
45 if (!--noptargs) { in sock_initobj()
54 if (!--noptargs) { in sock_initobj()
H A D_asynciomodule.c.h34 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in _asyncio_Future___init__() local
41 if (!noptargs) { in _asyncio_Future___init__()
145 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in _asyncio_Future_add_done_callback() local
154 if (!noptargs) { in _asyncio_Future_add_done_callback()
199 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in _asyncio_Future_cancel() local
206 if (!noptargs) { in _asyncio_Future_cancel()
314 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in _asyncio_Task___init__() local
325 if (!noptargs) { in _asyncio_Task___init__()
330 if (!--noptargs) { in _asyncio_Task___init__()
336 if (!--noptargs) { in _asyncio_Task___init__()
407 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; _asyncio_Task_cancel() local
506 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; _asyncio_Task_get_stack() local
550 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; _asyncio_Task_print_stack() local
709 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; _asyncio__get_event_loop() local
[all...]
H A Dzlibmodule.c.h31 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in zlib_compress() local
47 if (!noptargs) { in zlib_compress()
55 if (!--noptargs) { in zlib_compress()
102 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in zlib_decompress() local
118 if (!noptargs) { in zlib_decompress()
126 if (!--noptargs) { in zlib_decompress()
198 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in zlib_compressobj() local
210 if (!noptargs) { in zlib_compressobj()
218 if (!--noptargs) { in zlib_compressobj()
227 if (!--noptargs) { in zlib_compressobj()
302 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; zlib_decompressobj() local
412 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; zlib_Decompress_decompress() local
[all...]
H A D_elementtree.c.h174 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in _elementtree_Element_find() local
183 if (!noptargs) { in _elementtree_Element_find()
214 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in _elementtree_Element_findtext() local
224 if (!noptargs) { in _elementtree_Element_findtext()
229 if (!--noptargs) { in _elementtree_Element_findtext()
260 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in _elementtree_Element_findall() local
269 if (!noptargs) { in _elementtree_Element_findall()
299 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in _elementtree_Element_iterfind() local
308 if (!noptargs) { in _elementtree_Element_iterfind()
338 Py_ssize_t noptargs in _elementtree_Element_get() local
376 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; _elementtree_Element_iter() local
598 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; _elementtree_TreeBuilder___init__() local
809 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; _elementtree_XMLParser___init__() local
[all...]
/third_party/python/Modules/_blake2/clinic/
H A Dblake2s_impl.c.h30 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in py_blake2s_new() local
52 noptargs--; in py_blake2s_new()
55 if (!noptargs) { in py_blake2s_new()
63 if (!--noptargs) { in py_blake2s_new()
75 if (!--noptargs) { in py_blake2s_new()
87 if (!--noptargs) { in py_blake2s_new()
99 if (!--noptargs) { in py_blake2s_new()
108 if (!--noptargs) { in py_blake2s_new()
117 if (!--noptargs) { in py_blake2s_new()
125 if (!--noptargs) { in py_blake2s_new()
[all...]
H A Dblake2b_impl.c.h30 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in py_blake2b_new() local
52 noptargs--; in py_blake2b_new()
55 if (!noptargs) { in py_blake2b_new()
63 if (!--noptargs) { in py_blake2b_new()
75 if (!--noptargs) { in py_blake2b_new()
87 if (!--noptargs) { in py_blake2b_new()
99 if (!--noptargs) { in py_blake2b_new()
108 if (!--noptargs) { in py_blake2b_new()
117 if (!--noptargs) { in py_blake2b_new()
125 if (!--noptargs) { in py_blake2b_new()
[all...]
/third_party/python/Python/clinic/
H A Dbltinmodule.c.h40 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in builtin___import__() local
52 if (!noptargs) { in builtin___import__()
57 if (!--noptargs) { in builtin___import__()
63 if (!--noptargs) { in builtin___import__()
69 if (!--noptargs) { in builtin___import__()
259 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 3; in builtin_compile() local
289 if (!noptargs) { in builtin_compile()
297 if (!--noptargs) { in builtin_compile()
306 if (!--noptargs) { in builtin_compile()
315 if (!--noptargs) { in builtin_compile()
438 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; builtin_exec() local
749 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 2; builtin_pow() local
800 Py_ssize_t noptargs = 0 + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; builtin_print() local
916 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; builtin_round() local
959 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; builtin_sum() local
[all...]
H A D_warnings.c.h25 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in warnings_warn() local
36 if (!noptargs) { in warnings_warn()
41 if (!--noptargs) { in warnings_warn()
58 if (!--noptargs) { in warnings_warn()
/third_party/python/Objects/clinic/
H A Dcodeobject.c.h192 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in code_replace() local
216 if (!noptargs) { in code_replace()
224 if (!--noptargs) { in code_replace()
233 if (!--noptargs) { in code_replace()
242 if (!--noptargs) { in code_replace()
251 if (!--noptargs) { in code_replace()
260 if (!--noptargs) { in code_replace()
269 if (!--noptargs) { in code_replace()
278 if (!--noptargs) { in code_replace()
288 if (!--noptargs) { in code_replace()
[all...]
H A Dodictobject.c.h24 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in OrderedDict_fromkeys() local
33 if (!noptargs) { in OrderedDict_fromkeys()
66 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in OrderedDict_setdefault() local
75 if (!noptargs) { in OrderedDict_setdefault()
109 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in OrderedDict_pop() local
118 if (!noptargs) { in OrderedDict_pop()
150 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in OrderedDict_popitem() local
157 if (!noptargs) { in OrderedDict_popitem()
192 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in OrderedDict_move_to_end() local
201 if (!noptargs) { in OrderedDict_move_to_end()
[all...]
H A Dlongobject.c.h17 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in long_new() local
28 noptargs--; in long_new()
31 if (!noptargs) { in long_new()
263 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in int_to_bytes() local
272 if (!noptargs) { in int_to_bytes()
288 if (!--noptargs) { in int_to_bytes()
301 if (!--noptargs) { in int_to_bytes()
306 if (!noptargs) { in int_to_bytes()
354 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in int_from_bytes() local
364 if (!noptargs) { in int_from_bytes()
[all...]
H A Dbytesobject.c.h50 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in bytes_split() local
58 if (!noptargs) { in bytes_split()
63 if (!--noptargs) { in bytes_split()
201 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in bytes_rsplit() local
209 if (!noptargs) { in bytes_rsplit()
214 if (!--noptargs) { in bytes_rsplit()
380 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in bytes_translate() local
389 if (!noptargs) { in bytes_translate()
640 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in bytes_decode() local
648 if (!noptargs) { in bytes_decode()
711 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; bytes_splitlines() local
803 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; bytes_hex() local
844 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; bytes_new() local
[all...]
H A Ddescrobject.c.h80 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in property_init() local
90 if (!noptargs) { in property_init()
95 if (!--noptargs) { in property_init()
101 if (!--noptargs) { in property_init()
107 if (!--noptargs) { in property_init()
H A Dbytearrayobject.c.h18 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0; in bytearray___init__() local
27 if (!noptargs) { in bytearray___init__()
32 if (!--noptargs) { in bytearray___init__()
50 if (!--noptargs) { in bytearray___init__()
216 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in bytearray_translate() local
225 if (!noptargs) { in bytearray_translate()
396 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in bytearray_split() local
404 if (!noptargs) { in bytearray_split()
409 if (!--noptargs) { in bytearray_split()
495 Py_ssize_t noptargs in bytearray_rsplit() local
849 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; bytearray_decode() local
933 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; bytearray_splitlines() local
1025 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; bytearray_hex() local
[all...]
H A Dmemoryobject.c.h74 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in memoryview_cast() local
90 if (!noptargs) { in memoryview_cast()
162 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in memoryview_tobytes() local
169 if (!noptargs) { in memoryview_tobytes()
234 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in memoryview_hex() local
242 if (!noptargs) { in memoryview_hex()
247 if (!--noptargs) { in memoryview_hex()
/third_party/python/Modules/_sre/clinic/
H A Dsre.c.h181 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in _sre_SRE_Pattern_match() local
191 if (!noptargs) { in _sre_SRE_Pattern_match()
207 if (!--noptargs) { in _sre_SRE_Pattern_match()
251 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in _sre_SRE_Pattern_fullmatch() local
261 if (!noptargs) { in _sre_SRE_Pattern_fullmatch()
277 if (!--noptargs) { in _sre_SRE_Pattern_fullmatch()
323 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in _sre_SRE_Pattern_search() local
333 if (!noptargs) { in _sre_SRE_Pattern_search()
349 if (!--noptargs) { in _sre_SRE_Pattern_search()
392 Py_ssize_t noptargs in _sre_SRE_Pattern_findall() local
464 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; _sre_SRE_Pattern_finditer() local
533 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; _sre_SRE_Pattern_scanner() local
602 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; _sre_SRE_Pattern_split() local
653 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 2; _sre_SRE_Pattern_sub() local
707 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 2; _sre_SRE_Pattern_subn() local
889 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; _sre_SRE_Match_groups() local
929 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; _sre_SRE_Match_groupdict() local
[all...]
/third_party/python/Modules/_io/clinic/
H A D_iomodule.c.h139 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in _io_open() local
154 if (!noptargs) { in _io_open()
171 if (!--noptargs) { in _io_open()
180 if (!--noptargs) { in _io_open()
203 if (!--noptargs) { in _io_open()
226 if (!--noptargs) { in _io_open()
249 if (!--noptargs) { in _io_open()
258 if (!--noptargs) { in _io_open()
H A Dtextio.c.h32 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 2; in _io_IncrementalNewlineDecoder___init__() local
46 if (!noptargs) { in _io_IncrementalNewlineDecoder___init__()
76 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; in _io_IncrementalNewlineDecoder_decode() local
85 if (!noptargs) { in _io_IncrementalNewlineDecoder_decode()
190 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in _io_TextIOWrapper___init__() local
203 if (!noptargs) { in _io_TextIOWrapper___init__()
225 if (!--noptargs) { in _io_TextIOWrapper___init__()
231 if (!--noptargs) { in _io_TextIOWrapper___init__()
254 if (!--noptargs) { in _io_TextIOWrapper___init__()
263 if (!--noptargs) { in _io_TextIOWrapper___init__()
303 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; _io_TextIOWrapper_reconfigure() local
[all...]
/third_party/python/Modules/_sqlite/clinic/
H A Dconnection.c.h21 Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1; in pysqlite_connection_init() local
36 if (!noptargs) { in pysqlite_connection_init()
50 if (!--noptargs) { in pysqlite_connection_init()
59 if (!--noptargs) { in pysqlite_connection_init()
67 if (!--noptargs) { in pysqlite_connection_init()
76 if (!--noptargs) { in pysqlite_connection_init()
82 if (!--noptargs) { in pysqlite_connection_init()
91 if (!--noptargs) { in pysqlite_connection_init()
125 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; in pysqlite_connection_cursor() local
132 if (!noptargs) { in pysqlite_connection_cursor()
174 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 3; blobopen() local
328 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 3; pysqlite_connection_create_function() local
820 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; pysqlite_connection_backup() local
967 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0; serialize() local
1033 Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1; deserialize() local
[all...]

Completed in 17 milliseconds

123