Home
last modified time | relevance | path

Searched defs:kwds (Results 26 - 50 of 57) sorted by relevance

123

/third_party/python/Python/
H A Dcontext.c440 context_tp_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in context_tp_new() argument
860 contextvar_tp_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in contextvar_tp_new() argument
1095 token_tp_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in token_tp_new() argument
H A Dbltinmodule.c492 filter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in filter_new() argument
1238 map_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in map_new() argument
1730 min_max(PyObject *args, PyObject *kwds, int op) in min_max() argument
1842 builtin_min(PyObject *self, PyObject *args, PyObject *kwds) in builtin_min() argument
1859 builtin_max(PyObject *self, PyObject *args, PyObject *kwds) in builtin_max() argument
2690 zip_new(PyTypeObject *type, PyObject *args, PyObject *kwds) zip_new() argument
[all...]
H A Dhamt.c2701 hamt_tp_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in hamt_tp_new() argument
H A Dsysmodule.c1705 sys_getsizeof(PyObject *self, PyObject *args, PyObject *kwds) in sys_getsizeof() argument
/third_party/python/Modules/
H A D_threadmodule.c128 lock_acquire_parse_args(PyObject *args, PyObject *kwds, in lock_acquire_parse_args() argument
173 lock_PyThread_acquire_lock(lockobject *self, PyObject *args, PyObject *kwds) in lock_PyThread_acquire_lock() argument
355 rlock_acquire(rlockobject *self, PyObject *args, PyObject *kwds) in rlock_acquire() argument
506 rlock_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in rlock_new() argument
H A Dsignalmodule.c751 signal_set_wakeup_fd(PyObject *self, PyObject *args, PyObject *kwds) argument
H A D_json.c1139 scanner_call(PyScannerObject *self, PyObject *args, PyObject *kwds) in scanner_call() argument
1166 scanner_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in scanner_new() argument
1238 encoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in encoder_new() argument
1292 encoder_call(PyEncoderObject *self, PyObject *args, PyObject *kwds) in encoder_call() argument
[all...]
H A D_lsprof.c668 profiler_enable(ProfilerObject *self, PyObject *args, PyObject *kwds) in profiler_enable() argument
H A D_operator.c989 itemgetter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in itemgetter_new() argument
1211 attrgetter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in attrgetter_new() argument
1567 PyObject *kwds; member
1572 methodcaller_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in methodcaller_new() argument
[all...]
H A D_testbuffer.c208 ndarray_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in ndarray_new() argument
1280 ndarray_init(PyObject *self, PyObject *args, PyObject *kwds) in ndarray_init() argument
1346 ndarray_push(PyObject *self, PyObject *args, PyObject *kwds) in ndarray_push() argument
2713 staticarray_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in staticarray_new() argument
2719 staticarray_init(PyObject *self, PyObject *args, PyObject *kwds) in staticarray_init() argument
H A D_struct.c1437 s_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in s_new() argument
1724 PyObject *unpackiter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) { in unpackiter_new() argument
H A D_xxsubinterpretersmodule.c1481 channelid_new(PyTypeObject *cls, PyObject *args, PyObject *kwds) in channelid_new() argument
1994 interp_create(PyObject *self, PyObject *args, PyObject *kwds) in interp_create() argument
2036 interp_destroy(PyObject *self, PyObject *args, PyObject *kwds) in interp_destroy() argument
2158 interp_run_string(PyObject *self, PyObject *args, PyObject *kwds) in interp_run_string() argument
2203 object_is_shareable(PyObject *self, PyObject *args, PyObject *kwds) in object_is_shareable() argument
2227 interp_is_running(PyObject *self, PyObject *args, PyObject *kwds) interp_is_running() argument
2280 channel_destroy(PyObject *self, PyObject *args, PyObject *kwds) channel_destroy() argument
2339 channel_list_interpreters(PyObject *self, PyObject *args, PyObject *kwds) channel_list_interpreters() argument
2401 channel_send(PyObject *self, PyObject *args, PyObject *kwds) channel_send() argument
2423 channel_recv(PyObject *self, PyObject *args, PyObject *kwds) channel_recv() argument
2458 channel_close(PyObject *self, PyObject *args, PyObject *kwds) channel_close() argument
2505 channel_release(PyObject *self, PyObject *args, PyObject *kwds) channel_release() argument
2540 channel__channel_id(PyObject *self, PyObject *args, PyObject *kwds) channel__channel_id() argument
[all...]
H A D_collectionsmodule.c152 deque_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in deque_new() argument
1742 dequeiter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in dequeiter_new() argument
1884 dequereviter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in dequereviter_new() argument
2183 defdict_init(PyObject *self, PyObject *args, PyObject *kwds) in defdict_init() argument
H A Dselectmodule.c1862 kqueue_event_init(kqueue_event_Object *self, PyObject *args, PyObject *kwds) in kqueue_event_init() argument
H A D_elementtree.c306 element_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in element_new() argument
334 get_attrib_from_keywords(PyObject *kwds) in get_attrib_from_keywords() argument
380 element_init(PyObject *self, PyObject *args, PyObject *kwds) element_init() argument
578 subelement(PyObject *self, PyObject *args, PyObject *kwds) subelement() argument
2351 treebuilder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) treebuilder_new() argument
3597 xmlparser_new(PyTypeObject *type, PyObject *args, PyObject *kwds) xmlparser_new() argument
[all...]
H A D_asynciomodule.c1826 TaskStepMethWrapper_call(TaskStepMethWrapper *o, PyObject *args, PyObject *kwds) TaskStepMethWrapper_call() argument
H A Ditertoolsmodule.c1606 islice_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in islice_new() argument
2018 chain_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in chain_new() argument
2228 product_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in product_new() argument
4386 repeat_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in repeat_new() argument
4544 zip_longest_new(PyTypeObject *type, PyObject *args, PyObject *kwds) zip_longest_new() argument
[all...]
H A Darraymodule.c2614 array_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in array_new() argument
/third_party/python/Objects/
H A Dodictobject.c1518 odict_init(PyObject *self, PyObject *args, PyObject *kwds) in odict_init() argument
H A Ddescrobject.c540 wrapperdescr_call(PyWrapperDescrObject *descr, PyObject *args, PyObject *kwds) in wrapperdescr_call() argument
1397 wrapper_call(wrapperobject *wp, PyObject *args, PyObject *kwds) in wrapper_call() argument
496 classmethoddescr_call(PyMethodDescrObject *descr, PyObject *args, PyObject *kwds) classmethoddescr_call() argument
520 wrapperdescr_raw_call(PyWrapperDescrObject *descr, PyObject *self, PyObject *args, PyObject *kwds) wrapperdescr_raw_call() argument
[all...]
H A Dsetobject.c1007 frozenset_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in frozenset_new() argument
1042 set_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in set_new() argument
1982 set_init(PySetObject *self, PyObject *args, PyObject *kwds) in set_init() argument
H A Ddictobject.c2687 dict_update_common(PyObject *self, PyObject *args, PyObject *kwds, in dict_update_common() argument
2713 dict_update(PyObject *self, PyObject *args, PyObject *kwds) in dict_update() argument
3753 dict_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in dict_new() argument
3787 dict_init(PyObject *self, PyObject *args, PyObject *kwds) in dict_init() argument
H A Dexceptions.c42 BaseException_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in BaseException_new() argument
71 BaseException_init(PyBaseExceptionObject *self, PyObject *args, PyObject *kwds) in BaseException_init() argument
570 StopIteration_init(PyStopIterationObject *self, PyObject *args, PyObject *kwds) in StopIteration_init() argument
634 SystemExit_init(PySystemExitObject *self, PyObject *args, PyObject *kwds) in SystemExit_init() argument
700 BaseExceptionGroup_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in BaseExceptionGroup_new() argument
830 BaseExceptionGroup_init(PyBaseExceptionGroupObject *self, PyObject *args, PyObject *kwds) BaseExceptionGroup_init() argument
1499 ImportError_init(PyImportErrorObject *self, PyObject *args, PyObject *kwds) ImportError_init() argument
1819 OSError_new(PyTypeObject *type, PyObject *args, PyObject *kwds) OSError_new() argument
1887 OSError_init(PyOSErrorObject *self, PyObject *args, PyObject *kwds) OSError_init() argument
2181 NameError_init(PyNameErrorObject *self, PyObject *args, PyObject *kwds) NameError_init() argument
2255 AttributeError_init(PyAttributeErrorObject *self, PyObject *args, PyObject *kwds) AttributeError_init() argument
2329 SyntaxError_init(PySyntaxErrorObject *self, PyObject *args, PyObject *kwds) SyntaxError_init() argument
2875 UnicodeEncodeError_init(PyObject *self, PyObject *args, PyObject *kwds) UnicodeEncodeError_init() argument
2973 UnicodeDecodeError_init(PyObject *self, PyObject *args, PyObject *kwds) UnicodeDecodeError_init() argument
3089 UnicodeTranslateError_init(PyUnicodeErrorObject *self, PyObject *args, PyObject *kwds) UnicodeTranslateError_init() argument
3239 MemoryError_new(PyTypeObject *type, PyObject *args, PyObject *kwds) MemoryError_new() argument
[all...]
/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.c1031 mbiencoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbiencoder_new() argument
1074 mbiencoder_init(PyObject *self, PyObject *args, PyObject *kwds) in mbiencoder_init() argument
1306 mbidecoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbidecoder_new() argument
1349 mbidecoder_init(PyObject *self, PyObject *args, PyObject *kwds) in mbidecoder_init() argument
1623 mbstreamreader_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbstreamreader_new() argument
1668 mbstreamreader_init(PyObject *self, PyObject *args, PyObject *kwds) in mbstreamreader_init() argument
1847 mbstreamwriter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbstreamwriter_new() argument
1892 mbstreamwriter_init(PyObject *self, PyObject *args, PyObject *kwds) mbstreamwriter_init() argument
[all...]
/third_party/python/Modules/_decimal/
H A D_decimal.c1305 context_init(PyObject *self, PyObject *args, PyObject *kwds) in context_init() argument
1734 ctxmanager_new(PyTypeObject *type UNUSED, PyObject *args, PyObject *kwds) in ctxmanager_new() argument
2824 dec_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in dec_new() argument
3679 PyDec_ToIntegralValue(PyObject *dec, PyObject *args, PyObject *kwds) in PyDec_ToIntegralValue() argument
3720 PyDec_ToIntegralExact(PyObject *dec, PyObject *args, PyObject *kwds) PyDec_ToIntegralExact() argument
4402 dec_mpd_class(PyObject *self, PyObject *args, PyObject *kwds) dec_mpd_class() argument
4419 dec_mpd_to_eng(PyObject *self, PyObject *args, PyObject *kwds) dec_mpd_to_eng() argument
4450 dec_mpd_qcopy_sign(PyObject *self, PyObject *args, PyObject *kwds) dec_mpd_qcopy_sign() argument
4485 dec_mpd_same_quantum(PyObject *self, PyObject *args, PyObject *kwds) dec_mpd_same_quantum() argument
4517 dec_mpd_qquantize(PyObject *v, PyObject *args, PyObject *kwds) dec_mpd_qquantize() argument
5282 ctx_mpd_qpow(PyObject *context, PyObject *args, PyObject *kwds) ctx_mpd_qpow() argument
[all...]

Completed in 77 milliseconds

123