Home
last modified time | relevance | path

Searched refs:_parser (Results 1 – 25 of 160) sorted by relevance

1234567

/third_party/python/Tools/c-analyzer/
DTODO922 Modules/_blake2/clinic/blake2b_impl.c.h:py_blake2b_new():_parser static _PyArg_Parser _parser
923 Modules/_blake2/clinic/blake2s_impl.c.h:py_blake2s_new():_parser static _PyArg_Parser _parser
924 Modules/_io/clinic/_iomodule.c.h:_io_open():_parser static _PyArg_Parser _parser
925 Modules/_io/clinic/_iomodule.c.h:_io_open_code():_parser static _PyArg_Parser _parser
926 Modules/_io/clinic/bufferedio.c.h:_io_BufferedRandom___init__():_parser static _PyArg_Parser _parser
927 Modules/_io/clinic/bufferedio.c.h:_io_BufferedReader___init__():_parser static _PyArg_Parser _parser
928 Modules/_io/clinic/bufferedio.c.h:_io_BufferedWriter___init__():_parser static _PyArg_Parser _parser
929 Modules/_io/clinic/bytesio.c.h:_io_BytesIO___init__():_parser static _PyArg_Parser _parser
930 Modules/_io/clinic/fileio.c.h:_io_FileIO___init__():_parser static _PyArg_Parser _parser
931 Modules/_io/clinic/stringio.c.h:_io_StringIO___init__():_parser static _PyArg_Parser _parser
[all …]
/third_party/python/Lib/xml/sax/
Dexpatreader.py62 if parser._parser is None:
64 return parser._parser.ErrorColumnNumber
68 if parser._parser is None:
70 return parser._parser.ErrorLineNumber
93 self._parser = None
121 self._parser.SetBase(source.getSystemId())
178 if self._parser:
179 if hasattr(self._parser, "GetInputContext"):
180 return self._parser.GetInputContext()
217 self._parser.Parse(data, isFinal)
[all …]
/third_party/python/Modules/clinic/
Dzlibmodule.c.h27 static _PyArg_Parser _parser = {NULL, _keywords, "compress", 0}; in zlib_compress() local
33 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 2, 0, argsbuf); in zlib_compress()
88 static _PyArg_Parser _parser = {NULL, _keywords, "decompress", 0}; in zlib_decompress() local
95 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 3, 0, argsbuf); in zlib_decompress()
184 static _PyArg_Parser _parser = {NULL, _keywords, "compressobj", 0}; in zlib_compressobj() local
194 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 0, 6, 0, argsbuf); in zlib_compressobj()
288 static _PyArg_Parser _parser = {NULL, _keywords, "decompressobj", 0}; in zlib_decompressobj() local
294 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 0, 2, 0, argsbuf); in zlib_decompressobj()
343 static _PyArg_Parser _parser = {"y*:compress", _keywords, 0}; in zlib_Compress_compress() local
346 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser, in zlib_Compress_compress()
[all …]
D_curses_panel.c.h22 static _PyArg_Parser _parser = {":bottom", _keywords, 0}; in _curses_panel_panel_bottom() local
24 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser in _curses_panel_panel_bottom()
53 static _PyArg_Parser _parser = {":hide", _keywords, 0}; in _curses_panel_panel_hide() local
55 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser in _curses_panel_panel_hide()
82 static _PyArg_Parser _parser = {":show", _keywords, 0}; in _curses_panel_panel_show() local
84 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser in _curses_panel_panel_show()
111 static _PyArg_Parser _parser = {":top", _keywords, 0}; in _curses_panel_panel_top() local
113 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser in _curses_panel_panel_top()
195 static _PyArg_Parser _parser = {"ii:move", _keywords, 0}; in _curses_panel_panel_move() local
199 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser, in _curses_panel_panel_move()
[all …]
D_hashopenssl.c.h87 static _PyArg_Parser _parser = {NULL, _keywords, "digest", 0}; in EVPXOF_digest() local
91 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 1, 0, argsbuf); in EVPXOF_digest()
134 static _PyArg_Parser _parser = {NULL, _keywords, "hexdigest", 0}; in EVPXOF_hexdigest() local
138 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 1, 0, argsbuf); in EVPXOF_hexdigest()
185 static _PyArg_Parser _parser = {NULL, _keywords, "new", 0}; in EVP_new() local
192 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 2, 0, argsbuf); in EVP_new()
239 static _PyArg_Parser _parser = {NULL, _keywords, "openssl_md5", 0}; in _hashlib_openssl_md5() local
245 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 0, 1, 0, argsbuf); in _hashlib_openssl_md5()
291 static _PyArg_Parser _parser = {NULL, _keywords, "openssl_sha1", 0}; in _hashlib_openssl_sha1() local
297 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 0, 1, 0, argsbuf); in _hashlib_openssl_sha1()
[all …]
D_asynciomodule.c.h30 static _PyArg_Parser _parser = {NULL, _keywords, "Future", 0}; in _asyncio_Future___init__() local
37 …fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser, 0, 0… in _asyncio_Future___init__()
143 static _PyArg_Parser _parser = {NULL, _keywords, "add_done_callback", 0}; in _asyncio_Future_add_done_callback() local
149 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 1, 0, argsbuf); in _asyncio_Future_add_done_callback()
197 static _PyArg_Parser _parser = {NULL, _keywords, "cancel", 0}; in _asyncio_Future_cancel() local
202 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 0, 1, 0, argsbuf); in _asyncio_Future_cancel()
327 static _PyArg_Parser _parser = {NULL, _keywords, "Task", 0}; in _asyncio_Task___init__() local
336 …fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser, 1, 1… in _asyncio_Task___init__()
430 static _PyArg_Parser _parser = {NULL, _keywords, "cancel", 0}; in _asyncio_Task_cancel() local
435 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 0, 1, 0, argsbuf); in _asyncio_Task_cancel()
[all …]
D_sre.c.h179 static _PyArg_Parser _parser = {"O|nn:match", _keywords, 0}; in _sre_SRE_Pattern_match() local
184 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser, in _sre_SRE_Pattern_match()
213 static _PyArg_Parser _parser = {"O|nn:fullmatch", _keywords, 0}; in _sre_SRE_Pattern_fullmatch() local
218 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser, in _sre_SRE_Pattern_fullmatch()
249 static _PyArg_Parser _parser = {"O|nn:search", _keywords, 0}; in _sre_SRE_Pattern_search() local
254 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser, in _sre_SRE_Pattern_search()
282 static _PyArg_Parser _parser = {NULL, _keywords, "findall", 0}; in _sre_SRE_Pattern_findall() local
289 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 3, 0, argsbuf); in _sre_SRE_Pattern_findall()
354 static _PyArg_Parser _parser = {"O|nn:finditer", _keywords, 0}; in _sre_SRE_Pattern_finditer() local
359 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser, in _sre_SRE_Pattern_finditer()
[all …]
Dposixmodule.c.h41 static _PyArg_Parser _parser = {NULL, _keywords, "stat", 0}; in os_stat() local
48 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 1, 0, argsbuf); in os_stat()
100 static _PyArg_Parser _parser = {NULL, _keywords, "lstat", 0}; in os_lstat() local
106 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 1, 0, argsbuf); in os_lstat()
173 static _PyArg_Parser _parser = {NULL, _keywords, "access", 0}; in os_access() local
183 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 2, 2, 0, argsbuf); in os_access()
310 static _PyArg_Parser _parser = {NULL, _keywords, "chdir", 0}; in os_chdir() local
314 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 1, 0, argsbuf); in os_chdir()
352 static _PyArg_Parser _parser = {NULL, _keywords, "fchdir", 0}; in os_fchdir() local
356 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 1, 0, argsbuf); in os_fchdir()
[all …]
D_gdbmmodule.c.h109 static _PyArg_Parser _parser = {":keys", _keywords, 0}; in _gdbm_gdbm_keys() local
111 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser in _gdbm_gdbm_keys()
142 static _PyArg_Parser _parser = {":firstkey", _keywords, 0}; in _gdbm_gdbm_firstkey() local
144 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser in _gdbm_gdbm_firstkey()
180 static _PyArg_Parser _parser = {"s#:nextkey", _keywords, 0}; in _gdbm_gdbm_nextkey() local
184 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser, in _gdbm_gdbm_nextkey()
217 static _PyArg_Parser _parser = {":reorganize", _keywords, 0}; in _gdbm_gdbm_reorganize() local
219 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser in _gdbm_gdbm_reorganize()
249 static _PyArg_Parser _parser = {":sync", _keywords, 0}; in _gdbm_gdbm_sync() local
251 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser in _gdbm_gdbm_sync()
D_testmultiphase.c.h26 static _PyArg_Parser _parser = {":get_defining_module", _keywords, 0}; in _testmultiphase_StateAccessType_get_defining_module() local
28 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser in _testmultiphase_StateAccessType_get_defining_module()
61 static _PyArg_Parser _parser = {"|i$p:increment_count_clinic", _keywords, 0}; in _testmultiphase_StateAccessType_increment_count_clinic() local
65 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser, in _testmultiphase_StateAccessType_increment_count_clinic()
93 static _PyArg_Parser _parser = {":get_count", _keywords, 0}; in _testmultiphase_StateAccessType_get_count() local
95 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser in _testmultiphase_StateAccessType_get_count()
Dpyexpat.c.h25 static _PyArg_Parser _parser = {"O|i:Parse", _keywords, 0}; in pyexpat_xmlparser_Parse() local
29 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser, in pyexpat_xmlparser_Parse()
57 static _PyArg_Parser _parser = {"O:ParseFile", _keywords, 0}; in pyexpat_xmlparser_ParseFile() local
60 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser, in pyexpat_xmlparser_ParseFile()
167 static _PyArg_Parser _parser = {"z|s:ExternalEntityParserCreate", _keywords, 0}; in pyexpat_xmlparser_ExternalEntityParserCreate() local
171 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser, in pyexpat_xmlparser_ExternalEntityParserCreate()
238 static _PyArg_Parser _parser = {"|p:UseForeignDTD", _keywords, 0}; in pyexpat_xmlparser_UseForeignDTD() local
241 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser, in pyexpat_xmlparser_UseForeignDTD()
272 static _PyArg_Parser _parser = {NULL, _keywords, "ParserCreate", 0}; in pyexpat_ParserCreate() local
279 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 0, 3, 0, argsbuf); in pyexpat_ParserCreate()
D_queuemodule.c.h54 static _PyArg_Parser _parser = {NULL, _keywords, "put", 0}; in _queue_SimpleQueue_put() local
61 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 3, 0, argsbuf); in _queue_SimpleQueue_put()
106 static _PyArg_Parser _parser = {NULL, _keywords, "put_nowait", 0}; in _queue_SimpleQueue_put_nowait() local
110 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 1, 0, argsbuf); in _queue_SimpleQueue_put_nowait()
147 static _PyArg_Parser _parser = {"|pO:get", _keywords, 0}; in _queue_SimpleQueue_get() local
151 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser, in _queue_SimpleQueue_get()
182 static _PyArg_Parser _parser = {":get_nowait", _keywords, 0}; in _queue_SimpleQueue_get_nowait() local
184 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser in _queue_SimpleQueue_get_nowait()
Ditertoolsmodule.c.h57 static _PyArg_Parser _parser = {NULL, _keywords, "groupby", 0}; in itertools_groupby() local
65 …fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser, 1, 2… in itertools_groupby()
373 static _PyArg_Parser _parser = {NULL, _keywords, "combinations", 0}; in itertools_combinations() local
380 …fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser, 2, 2… in itertools_combinations()
421 static _PyArg_Parser _parser = {NULL, _keywords, "combinations_with_replacement", 0}; in itertools_combinations_with_replacement() local
428 …fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser, 2, 2… in itertools_combinations_with_replacement()
468 static _PyArg_Parser _parser = {NULL, _keywords, "permutations", 0}; in itertools_permutations() local
476 …fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser, 1, 2… in itertools_permutations()
507 static _PyArg_Parser _parser = {NULL, _keywords, "accumulate", 0}; in itertools_accumulate() local
516 …fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser, 1, 2… in itertools_accumulate()
[all …]
Dsha256module.c.h22 static _PyArg_Parser _parser = {":copy", _keywords, 0}; in SHA256Type_copy() local
24 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser in SHA256Type_copy()
96 static _PyArg_Parser _parser = {NULL, _keywords, "sha256", 0}; in _sha256_sha256() local
102 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 0, 1, 0, argsbuf); in _sha256_sha256()
147 static _PyArg_Parser _parser = {NULL, _keywords, "sha224", 0}; in _sha256_sha224() local
153 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 0, 1, 0, argsbuf); in _sha256_sha224()
Dsha512module.c.h22 static _PyArg_Parser _parser = {":copy", _keywords, 0}; in SHA512Type_copy() local
24 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser in SHA512Type_copy()
96 static _PyArg_Parser _parser = {NULL, _keywords, "sha512", 0}; in _sha512_sha512() local
102 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 0, 1, 0, argsbuf); in _sha512_sha512()
147 static _PyArg_Parser _parser = {NULL, _keywords, "sha384", 0}; in _sha512_sha384() local
153 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 0, 1, 0, argsbuf); in _sha512_sha384()
D_dbmmodule.c.h40 static _PyArg_Parser _parser = {":keys", _keywords, 0}; in _dbm_dbm_keys() local
42 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser in _dbm_dbm_keys()
70 static _PyArg_Parser _parser = {"s#|O:get", _keywords, 0}; in _dbm_dbm_get() local
75 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser, in _dbm_dbm_get()
106 static _PyArg_Parser _parser = {"s#|O:setdefault", _keywords, 0}; in _dbm_dbm_setdefault() local
111 if (!_PyArg_ParseStackAndKeywords(args, nargs, kwnames, &_parser, in _dbm_dbm_setdefault()
D_bisectmodule.c.h30 static _PyArg_Parser _parser = {NULL, _keywords, "bisect_right", 0}; in _bisect_bisect_right() local
40 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 2, 4, 0, argsbuf); in _bisect_bisect_right()
113 static _PyArg_Parser _parser = {NULL, _keywords, "insort_right", 0}; in _bisect_insort_right() local
122 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 2, 4, 0, argsbuf); in _bisect_insort_right()
193 static _PyArg_Parser _parser = {NULL, _keywords, "bisect_left", 0}; in _bisect_bisect_left() local
203 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 2, 4, 0, argsbuf); in _bisect_bisect_left()
276 static _PyArg_Parser _parser = {NULL, _keywords, "insort_left", 0}; in _bisect_insort_left() local
285 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 2, 4, 0, argsbuf); in _bisect_insort_left()
D_elementtree.c.h172 static _PyArg_Parser _parser = {NULL, _keywords, "find", 0}; in _elementtree_Element_find() local
178 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 2, 0, argsbuf); in _elementtree_Element_find()
212 static _PyArg_Parser _parser = {NULL, _keywords, "findtext", 0}; in _elementtree_Element_findtext() local
219 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 3, 0, argsbuf); in _elementtree_Element_findtext()
258 static _PyArg_Parser _parser = {NULL, _keywords, "findall", 0}; in _elementtree_Element_findall() local
264 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 2, 0, argsbuf); in _elementtree_Element_findall()
297 static _PyArg_Parser _parser = {NULL, _keywords, "iterfind", 0}; in _elementtree_Element_iterfind() local
303 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 2, 0, argsbuf); in _elementtree_Element_iterfind()
336 static _PyArg_Parser _parser = {NULL, _keywords, "get", 0}; in _elementtree_Element_get() local
342 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 2, 0, argsbuf); in _elementtree_Element_get()
[all …]
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1265 Modules/clinic/md5module.c.h MD5Type_copy _parser -
1266 Modules/clinic/md5module.c.h _md5_md5 _parser -
1267 Modules/clinic/_dbmmodule.c.h _dbm_dbm_keys _parser -
1268 Modules/clinic/_dbmmodule.c.h _dbm_dbm_get _parser -
1269 Modules/clinic/_dbmmodule.c.h _dbm_dbm_setdefault _parser -
1270 Modules/clinic/posixmodule.c.h os_stat _parser -
1271 Modules/clinic/posixmodule.c.h os_lstat _parser -
1272 Modules/clinic/posixmodule.c.h os_access _parser -
1273 Modules/clinic/posixmodule.c.h os_chdir _parser -
1274 Modules/clinic/posixmodule.c.h os_chmod _parser -
[all …]
/third_party/python/Objects/clinic/
Dodictobject.c.h22 static _PyArg_Parser _parser = {NULL, _keywords, "fromkeys", 0}; in OrderedDict_fromkeys() local
28 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 2, 0, argsbuf); in OrderedDict_fromkeys()
64 static _PyArg_Parser _parser = {NULL, _keywords, "setdefault", 0}; in OrderedDict_setdefault() local
70 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 2, 0, argsbuf); in OrderedDict_setdefault()
107 static _PyArg_Parser _parser = {NULL, _keywords, "pop", 0}; in OrderedDict_pop() local
113 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 2, 0, argsbuf); in OrderedDict_pop()
148 static _PyArg_Parser _parser = {NULL, _keywords, "popitem", 0}; in OrderedDict_popitem() local
153 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 0, 1, 0, argsbuf); in OrderedDict_popitem()
190 static _PyArg_Parser _parser = {NULL, _keywords, "move_to_end", 0}; in OrderedDict_move_to_end() local
196 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 2, 0, argsbuf); in OrderedDict_move_to_end()
Dmemoryobject.c.h19 static _PyArg_Parser _parser = {NULL, _keywords, "memoryview", 0}; in memoryview() local
25 …fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser, 1, 1… in memoryview()
72 static _PyArg_Parser _parser = {NULL, _keywords, "cast", 0}; in memoryview_cast() local
78 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 2, 0, argsbuf); in memoryview_cast()
160 static _PyArg_Parser _parser = {NULL, _keywords, "tobytes", 0}; in memoryview_tobytes() local
165 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 0, 1, 0, argsbuf); in memoryview_tobytes()
232 static _PyArg_Parser _parser = {NULL, _keywords, "hex", 0}; in memoryview_hex() local
238 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 0, 2, 0, argsbuf); in memoryview_hex()
Dbytesobject.c.h30 static _PyArg_Parser _parser = {NULL, _keywords, "split", 0}; in bytes_split() local
36 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 0, 2, 0, argsbuf); in bytes_split()
181 static _PyArg_Parser _parser = {NULL, _keywords, "rsplit", 0}; in bytes_rsplit() local
187 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 0, 2, 0, argsbuf); in bytes_rsplit()
360 static _PyArg_Parser _parser = {NULL, _keywords, "translate", 0}; in bytes_translate() local
366 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 2, 0, argsbuf); in bytes_translate()
620 static _PyArg_Parser _parser = {NULL, _keywords, "decode", 0}; in bytes_decode() local
626 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 0, 2, 0, argsbuf); in bytes_decode()
691 static _PyArg_Parser _parser = {NULL, _keywords, "splitlines", 0}; in bytes_splitlines() local
696 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 0, 1, 0, argsbuf); in bytes_splitlines()
[all …]
/third_party/python/PC/clinic/
Dwinsound.c.h27 static _PyArg_Parser _parser = {NULL, _keywords, "PlaySound", 0}; in winsound_PlaySound() local
32 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 2, 2, 0, argsbuf); in winsound_PlaySound()
70 static _PyArg_Parser _parser = {NULL, _keywords, "Beep", 0}; in winsound_Beep() local
75 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 2, 2, 0, argsbuf); in winsound_Beep()
112 static _PyArg_Parser _parser = {NULL, _keywords, "MessageBeep", 0}; in winsound_MessageBeep() local
117 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 0, 1, 0, argsbuf); in winsound_MessageBeep()
/third_party/python/Lib/xml/dom/
Dexpatbuilder.py148 self._parser = None
157 if not self._parser:
158 self._parser = self.createParser()
159 self._intern_setdefault = self._parser.intern.setdefault
160 self._parser.buffer_text = True
161 self._parser.ordered_attributes = True
162 self._parser.specified_attributes = True
163 self.install(self._parser)
164 return self._parser
216 self._parser = None
[all …]
/third_party/python/Modules/_sqlite/clinic/
Dconnection.c.h22 static _PyArg_Parser _parser = {NULL, _keywords, "cursor", 0}; in pysqlite_connection_cursor() local
27 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 0, 1, 0, argsbuf); in pysqlite_connection_cursor()
115 static _PyArg_Parser _parser = {NULL, _keywords, "create_function", 0}; in pysqlite_connection_create_function() local
123 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 3, 3, 0, argsbuf); in pysqlite_connection_create_function()
178 static _PyArg_Parser _parser = {NULL, _keywords, "create_aggregate", 0}; in pysqlite_connection_create_aggregate() local
184 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 3, 3, 0, argsbuf); in pysqlite_connection_create_aggregate()
230 static _PyArg_Parser _parser = {NULL, _keywords, "set_authorizer", 0}; in pysqlite_connection_set_authorizer() local
234 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 1, 0, argsbuf); in pysqlite_connection_set_authorizer()
264 static _PyArg_Parser _parser = {NULL, _keywords, "set_progress_handler", 0}; in pysqlite_connection_set_progress_handler() local
269 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 2, 2, 0, argsbuf); in pysqlite_connection_set_progress_handler()
[all …]

1234567