• Home
  • Raw
  • Download

Lines Matching refs:METH_VARARGS

4580     {"raise_exception",         raise_exception,                 METH_VARARGS},
4582 {"set_errno", set_errno, METH_VARARGS},
4586 {"datetime_check_date", datetime_check_date, METH_VARARGS},
4587 {"datetime_check_time", datetime_check_time, METH_VARARGS},
4588 {"datetime_check_datetime", datetime_check_datetime, METH_VARARGS},
4589 {"datetime_check_delta", datetime_check_delta, METH_VARARGS},
4590 {"datetime_check_tzinfo", datetime_check_tzinfo, METH_VARARGS},
4593 {"get_timezone_utc_capi", get_timezone_utc_capi, METH_VARARGS},
4596 {"dict_getitem_knownhash", dict_getitem_knownhash, METH_VARARGS},
4612 {"parse_tuple_and_keywords", parse_tuple_and_keywords, METH_VARARGS},
4626 {"get_args", get_args, METH_VARARGS},
4627 {"get_kwargs", (PyCFunction)get_kwargs, METH_VARARGS|METH_KEYWORDS},
4628 {"getargs_tuple", getargs_tuple, METH_VARARGS},
4630 METH_VARARGS|METH_KEYWORDS},
4632 METH_VARARGS|METH_KEYWORDS},
4635 METH_VARARGS|METH_KEYWORDS},
4636 {"getargs_b", getargs_b, METH_VARARGS},
4637 {"getargs_B", getargs_B, METH_VARARGS},
4638 {"getargs_h", getargs_h, METH_VARARGS},
4639 {"getargs_H", getargs_H, METH_VARARGS},
4640 {"getargs_I", getargs_I, METH_VARARGS},
4641 {"getargs_k", getargs_k, METH_VARARGS},
4642 {"getargs_i", getargs_i, METH_VARARGS},
4643 {"getargs_l", getargs_l, METH_VARARGS},
4644 {"getargs_n", getargs_n, METH_VARARGS},
4645 {"getargs_p", getargs_p, METH_VARARGS},
4646 {"getargs_L", getargs_L, METH_VARARGS},
4647 {"getargs_K", getargs_K, METH_VARARGS},
4652 {"getargs_f", getargs_f, METH_VARARGS},
4653 {"getargs_d", getargs_d, METH_VARARGS},
4654 {"getargs_D", getargs_D, METH_VARARGS},
4655 {"getargs_S", getargs_S, METH_VARARGS},
4656 {"getargs_Y", getargs_Y, METH_VARARGS},
4657 {"getargs_U", getargs_U, METH_VARARGS},
4658 {"getargs_c", getargs_c, METH_VARARGS},
4659 {"getargs_C", getargs_C, METH_VARARGS},
4660 {"getargs_s", getargs_s, METH_VARARGS},
4661 {"getargs_s_star", getargs_s_star, METH_VARARGS},
4662 {"getargs_s_hash", getargs_s_hash, METH_VARARGS},
4663 {"getargs_z", getargs_z, METH_VARARGS},
4664 {"getargs_z_star", getargs_z_star, METH_VARARGS},
4665 {"getargs_z_hash", getargs_z_hash, METH_VARARGS},
4666 {"getargs_y", getargs_y, METH_VARARGS},
4667 {"getargs_y_star", getargs_y_star, METH_VARARGS},
4668 {"getargs_y_hash", getargs_y_hash, METH_VARARGS},
4669 {"getargs_u", getargs_u, METH_VARARGS},
4670 {"getargs_u_hash", getargs_u_hash, METH_VARARGS},
4671 {"getargs_Z", getargs_Z, METH_VARARGS},
4672 {"getargs_Z_hash", getargs_Z_hash, METH_VARARGS},
4673 {"getargs_w_star", getargs_w_star, METH_VARARGS},
4674 {"getargs_es", getargs_es, METH_VARARGS},
4675 {"getargs_et", getargs_et, METH_VARARGS},
4676 {"getargs_es_hash", getargs_es_hash, METH_VARARGS},
4677 {"getargs_et_hash", getargs_et_hash, METH_VARARGS},
4679 (PyCFunction)codec_incrementalencoder, METH_VARARGS},
4681 (PyCFunction)codec_incrementaldecoder, METH_VARARGS},
4686 {"unicode_aswidechar", unicode_aswidechar, METH_VARARGS},
4687 {"unicode_aswidecharstring",unicode_aswidecharstring, METH_VARARGS},
4688 {"unicode_asucs4", unicode_asucs4, METH_VARARGS},
4689 {"unicode_findchar", unicode_findchar, METH_VARARGS},
4690 {"unicode_copycharacters", unicode_copycharacters, METH_VARARGS},
4691 {"unicode_encodedecimal", unicode_encodedecimal, METH_VARARGS},
4692 {"unicode_transformdecimaltoascii", unicode_transformdecimaltoascii, METH_VARARGS},
4693 {"unicode_legacy_string", unicode_legacy_string, METH_VARARGS},
4694 {"_test_thread_state", test_thread_state, METH_VARARGS},
4695 {"_pending_threadfunc", pending_threadfunc, METH_VARARGS},
4699 {"traceback_print", traceback_print, METH_VARARGS},
4700 {"exception_print", exception_print, METH_VARARGS},
4701 {"set_exc_info", test_set_exc_info, METH_VARARGS},
4702 {"argparsing", argparsing, METH_VARARGS},
4703 {"code_newempty", code_newempty, METH_VARARGS},
4705 METH_VARARGS | METH_KEYWORDS},
4709 {"run_in_subinterp", run_in_subinterp, METH_VARARGS},
4710 {"pytime_object_to_time_t", test_pytime_object_to_time_t, METH_VARARGS},
4711 {"pytime_object_to_timeval", test_pytime_object_to_timeval, METH_VARARGS},
4712 {"pytime_object_to_timespec", test_pytime_object_to_timespec, METH_VARARGS},
4713 {"with_tp_del", with_tp_del, METH_VARARGS},
4723 {"set_nomemory", (PyCFunction)set_nomemory, METH_VARARGS,
4754 (PyCFunction)test_raise_signal, METH_VARARGS},
4758 pymarshal_write_long_to_file, METH_VARARGS},
4760 pymarshal_write_object_to_file, METH_VARARGS},
4762 pymarshal_read_short_from_file, METH_VARARGS},
4764 pymarshal_read_long_from_file, METH_VARARGS},
4766 pymarshal_read_last_object_from_file, METH_VARARGS},
4768 pymarshal_read_object_from_file, METH_VARARGS},
4773 {"PyTime_FromSeconds", test_pytime_fromseconds, METH_VARARGS},
4774 {"PyTime_FromSecondsObject", test_pytime_fromsecondsobject, METH_VARARGS},
4775 {"PyTime_AsSecondsDouble", test_pytime_assecondsdouble, METH_VARARGS},
4776 {"PyTime_AsTimeval", test_PyTime_AsTimeval, METH_VARARGS},
4778 {"PyTime_AsTimespec", test_PyTime_AsTimespec, METH_VARARGS},
4780 {"PyTime_AsMilliseconds", test_PyTime_AsMilliseconds, METH_VARARGS},
4781 {"PyTime_AsMicroseconds", test_PyTime_AsMicroseconds, METH_VARARGS},
4788 {"tracemalloc_track", tracemalloc_track, METH_VARARGS},
4789 {"tracemalloc_untrack", tracemalloc_untrack, METH_VARARGS},
4790 {"tracemalloc_get_traceback", tracemalloc_get_traceback, METH_VARARGS},
4791 {"dict_get_version", dict_get_version, METH_VARARGS},
4792 {"raise_SIGINT_then_send_None", raise_SIGINT_then_send_None, METH_VARARGS},
4793 {"pyobject_fastcall", test_pyobject_fastcall, METH_VARARGS},
4794 {"pyobject_fastcalldict", test_pyobject_fastcalldict, METH_VARARGS},
4795 {"pyobject_fastcallkeywords", test_pyobject_fastcallkeywords, METH_VARARGS},
4798 {"W_STOPCODE", py_w_stopcode, METH_VARARGS},
4803 {"test_pythread_tss_key_state", test_pythread_tss_key_state, METH_VARARGS},