Home
last modified time | relevance | path

Searched refs:PyArg_ParseTupleAndKeywords (Results 1 – 25 of 94) sorted by relevance

1234

/external/python/cpython3/PC/clinic/
Dwinsound.c.h30 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "Oi:PlaySound", _keywords, in winsound_PlaySound()
65 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "ii:Beep", _keywords, in winsound_Beep()
95 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|i:MessageBeep", _keywords, in winsound_MessageBeep()
D_testconsole.c.h27 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "Oy*:write_input", _keywords, in _testconsole_write_input()
64 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O:read_output", _keywords, in _testconsole_read_output()
/external/python/cpython3/Modules/
D_interpretersmodule.c617 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|O$p:create", kwlist, in interp_create()
677 if (!PyArg_ParseTupleAndKeywords(args, kwds, in interp_destroy()
730 if (!PyArg_ParseTupleAndKeywords(args, kwargs, in interp_list_all()
808 if (!PyArg_ParseTupleAndKeywords(args, kwargs, in interp_set___main___attrs()
975 if (!PyArg_ParseTupleAndKeywords(args, kwds, in interp_exec()
1038 if (!PyArg_ParseTupleAndKeywords(args, kwds, in interp_call()
1097 if (!PyArg_ParseTupleAndKeywords(args, kwds, in interp_run_string()
1141 if (!PyArg_ParseTupleAndKeywords(args, kwds, in interp_run_func()
1187 if (!PyArg_ParseTupleAndKeywords(args, kwds, in object_is_shareable()
1212 if (!PyArg_ParseTupleAndKeywords(args, kwds, in interp_is_running()
[all …]
D_interpqueuesmodule.c1484 if (!PyArg_ParseTupleAndKeywords(args, kwds, "nii:create", kwlist, in queuesmod_create()
1530 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O&:destroy", kwlist, in queuesmod_destroy()
1594 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O&Oii:put", kwlist, in queuesmod_put()
1627 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O&:get", kwlist, in queuesmod_get()
1663 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O&:bind", kwlist, in queuesmod_bind()
1693 if (!PyArg_ParseTupleAndKeywords(args, kwds, in queuesmod_release()
1722 if (!PyArg_ParseTupleAndKeywords(args, kwds, in queuesmod_get_maxsize()
1747 if (!PyArg_ParseTupleAndKeywords(args, kwds, in queuesmod_get_queue_defaults()
1777 if (!PyArg_ParseTupleAndKeywords(args, kwds, in queuesmod_is_full()
1805 if (!PyArg_ParseTupleAndKeywords(args, kwds, in queuesmod_get_count()
[all …]
D_interpchannelsmodule.c2354 if (!PyArg_ParseTupleAndKeywords(args, kwds, in _channelid_new()
2888 if (!PyArg_ParseTupleAndKeywords(args, kwds, "i:create", kwlist, in channelsmod_create()
2938 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O&:channel_destroy", kwlist, in channelsmod_destroy()
3024 if (!PyArg_ParseTupleAndKeywords( in channelsmod_list_interpreters()
3089 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O&O|i$pO:channel_send", kwlist, in channelsmod_send()
3140 if (!PyArg_ParseTupleAndKeywords(args, kwds, in channelsmod_send_buffer()
3195 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O&|O:channel_recv", kwlist, in channelsmod_recv()
3241 if (!PyArg_ParseTupleAndKeywords(args, kwds, in channelsmod_close()
3295 if (!PyArg_ParseTupleAndKeywords(args, kwds, in channelsmod_release()
3331 if (!PyArg_ParseTupleAndKeywords(args, kwds, in channelsmod_get_count()
[all …]
Dfaulthandler.c226 if (!PyArg_ParseTupleAndKeywords(args, kwargs, in faulthandler_dump_traceback_py()
501 if (!PyArg_ParseTupleAndKeywords(args, kwargs, in faulthandler_py_enable()
669 if (!PyArg_ParseTupleAndKeywords(args, kwargs, in faulthandler_dump_traceback_later()
871 if (!PyArg_ParseTupleAndKeywords(args, kwargs, in faulthandler_register_py()
D_lzmamodule.c269 if (!PyArg_ParseTupleAndKeywords(state->empty_tuple, spec, in INT_TYPE_CONVERTER_FUNC()
297 if (!PyArg_ParseTupleAndKeywords(state->empty_tuple, spec, "|OO&", optnames, in parse_filter_spec_delta()
321 if (!PyArg_ParseTupleAndKeywords(state->empty_tuple, spec, "|OO&", optnames, in parse_filter_spec_bcj()
782 if (!PyArg_ParseTupleAndKeywords(args, kwargs, in Compressor_new()
/external/python/cpython3/Modules/_multiprocessing/clinic/
Dposixshmem.c.h30 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "Ui|i:shm_open", _keywords, in _posixshmem_shm_open()
70 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "U:shm_unlink", _keywords, in _posixshmem_shm_unlink()
/external/python/cpython3/Modules/_testcapi/
Dgetargs.c67 int result = PyArg_ParseTupleAndKeywords(sub_args, sub_kwargs, in parse_tuple_and_keywords()
206 if (PyArg_ParseTupleAndKeywords(args, kwargs, formats_3[n], in test_w_code_invalid()
235 if (PyArg_ParseTupleAndKeywords(args, kwargs, formats_4[n], in test_w_code_invalid()
270 result = PyArg_ParseTupleAndKeywords(args, kwargs, "|:getargs_empty", in getargs_empty()
301 if (!PyArg_ParseTupleAndKeywords(args, kwargs, fmt, keywords, in getargs_keywords()
321 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i|i$i", keywords, in getargs_keyword_only()
339 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i|ii", keywords, in getargs_positional_only_and_keywords()
Dstructmember.c70 if (!PyArg_ParseTupleAndKeywords(args, kwargs, fmt, keywords, in test_structmembers_new()
/external/python/cpython3/Tools/peg_generator/peg_extension/
Dpeg_extension.c27 if (!PyArg_ParseTupleAndKeywords(args, kwds, "s|i", keywords, &filename, &mode)) { in parse_file()
75 if (!PyArg_ParseTupleAndKeywords(args, kwds, "s|i", keywords, &the_string, &mode)) { in parse_string()
/external/brotli/python/
D_brotli.cc180 ok = PyArg_ParseTupleAndKeywords(args, keywds, "|O&O&O&O&:Compressor", in brotli_Compressor_init()
462 ok = PyArg_ParseTupleAndKeywords(args, keywds, "|:Decompressor", in brotli_Decompressor_init()
647 ok = PyArg_ParseTupleAndKeywords(args, keywds, "y*|:decompress", in brotli_decompress()
650 ok = PyArg_ParseTupleAndKeywords(args, keywds, "s*|:decompress", in brotli_decompress()
/external/pytorch/torch/csrc/
DEvent.cpp103 if (!PyArg_ParseTupleAndKeywords( in THPEvent_record()
181 if (!PyArg_ParseTupleAndKeywords( in THPEvent_wait()
/external/python/cpython3/Include/
Dmodsupport.h11 PyAPI_FUNC(int) PyArg_ParseTupleAndKeywords(PyObject *, PyObject *,
/external/pytorch/torch/csrc/autograd/
Dpython_legacy_variable.cpp30 if (!PyArg_ParseTupleAndKeywords( in THPVariable_pynew()
/external/python/cpython3/Doc/includes/newtypes/
Dcustom2.c47 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|OOi", kwlist, in Custom_init()
Dcustom3.c47 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|UUi", kwlist, in Custom_init()
Dcustom4.c63 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|UUi", kwlist, in Custom_init()
/external/pytorch/torch/csrc/xpu/
DEvent.cpp24 if (!PyArg_ParseTupleAndKeywords( in THXPEvent_pynew()
DStream.cpp29 if (!PyArg_ParseTupleAndKeywords( in THXPStream_pynew()
/external/pytorch/torch/csrc/cuda/
DStream.cpp38 if (!PyArg_ParseTupleAndKeywords( in THCPStream_pynew()
DEvent.cpp30 if (!PyArg_ParseTupleAndKeywords( in THCPEvent_pynew()
/external/python/cpython3/Objects/
Dpicklebufobject.c75 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O:PickleBuffer", in picklebuf_new()
/external/pytorch/torch/csrc/fx/
Dnode.cpp134 if (!PyArg_ParseTupleAndKeywords( in NodeIter_init_fn()
/external/python/cpython3/Modules/_decimal/
D_decimal.c1446 if (!PyArg_ParseTupleAndKeywords( in context_init()
1887 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|OOOOOOOOO", kwlist, &local, in ctxmanager_new()
2964 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|OO", kwlist, in dec_new()
3749 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|OO", kwlist, in PyDec_ToIntegralValue()
3791 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|OO", kwlist, in PyDec_ToIntegralExact()
4074 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|O", kwlist, \
4094 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|O", kwlist, \
4127 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O|O", kwlist, \
4166 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O|O", kwlist, \
4200 if (!PyArg_ParseTupleAndKeywords(args, kwds, "OO|O", kwlist, \
[all …]

1234