• Home
  • Raw
  • Download

Lines Matching refs:METH_VARARGS

2670     {"raise_exception",         raise_exception,                 METH_VARARGS},
2671 {"set_errno", set_errno, METH_VARARGS},
2690 {"get_indices", get_indices, METH_VARARGS},
2691 {"parse_tuple_and_keywords", parse_tuple_and_keywords, METH_VARARGS},
2698 {"get_args", get_args, METH_VARARGS},
2699 {"get_kwargs", (PyCFunction)get_kwargs, METH_VARARGS|METH_KEYWORDS},
2700 {"getargs_tuple", getargs_tuple, METH_VARARGS},
2702 METH_VARARGS|METH_KEYWORDS},
2703 {"getargs_b", getargs_b, METH_VARARGS},
2704 {"getargs_B", getargs_B, METH_VARARGS},
2705 {"getargs_h", getargs_h, METH_VARARGS},
2706 {"getargs_H", getargs_H, METH_VARARGS},
2707 {"getargs_I", getargs_I, METH_VARARGS},
2708 {"getargs_k", getargs_k, METH_VARARGS},
2709 {"getargs_i", getargs_i, METH_VARARGS},
2710 {"getargs_l", getargs_l, METH_VARARGS},
2711 {"getargs_n", getargs_n, METH_VARARGS},
2713 {"getargs_L", getargs_L, METH_VARARGS},
2714 {"getargs_K", getargs_K, METH_VARARGS},
2720 {"getargs_f", getargs_f, METH_VARARGS},
2721 {"getargs_d", getargs_d, METH_VARARGS},
2722 {"getargs_D", getargs_D, METH_VARARGS},
2723 {"getargs_S", getargs_S, METH_VARARGS},
2724 {"getargs_Y", getargs_Y, METH_VARARGS},
2726 {"getargs_U", getargs_U, METH_VARARGS},
2728 {"getargs_c", getargs_c, METH_VARARGS},
2729 {"getargs_s", getargs_s, METH_VARARGS},
2730 {"getargs_s_star", getargs_s_star, METH_VARARGS},
2731 {"getargs_s_hash", getargs_s_hash, METH_VARARGS},
2732 {"getargs_t_hash", getargs_t_hash, METH_VARARGS},
2733 {"getargs_z", getargs_z, METH_VARARGS},
2734 {"getargs_z_star", getargs_z_star, METH_VARARGS},
2735 {"getargs_z_hash", getargs_z_hash, METH_VARARGS},
2736 {"getargs_w", getargs_w, METH_VARARGS},
2737 {"getargs_w_star", getargs_w_star, METH_VARARGS},
2738 {"getargs_w_hash", getargs_w_hash, METH_VARARGS},
2740 {"getargs_u", getargs_u, METH_VARARGS},
2741 {"getargs_u_hash", getargs_u_hash, METH_VARARGS},
2743 {"getargs_es", getargs_es, METH_VARARGS},
2744 {"getargs_et", getargs_et, METH_VARARGS},
2745 {"getargs_es_hash", getargs_es_hash, METH_VARARGS},
2746 {"getargs_et_hash", getargs_et_hash, METH_VARARGS},
2749 (PyCFunction)codec_incrementalencoder, METH_VARARGS},
2751 (PyCFunction)codec_incrementaldecoder, METH_VARARGS},
2754 {"unicode_encodedecimal", unicode_encodedecimal, METH_VARARGS},
2757 {"_test_thread_state", test_thread_state, METH_VARARGS},
2758 {"_pending_threadfunc", pending_threadfunc, METH_VARARGS},
2761 {"traceback_print", traceback_print, METH_VARARGS},
2762 {"code_newempty", code_newempty, METH_VARARGS},
2764 METH_VARARGS | METH_KEYWORDS},
2765 {"sequence_delitem", (PyCFunction)sequence_delitem, METH_VARARGS},
2771 pymarshal_write_long_to_file, METH_VARARGS},
2773 pymarshal_write_object_to_file, METH_VARARGS},
2775 pymarshal_read_short_from_file, METH_VARARGS},
2777 pymarshal_read_long_from_file, METH_VARARGS},
2779 pymarshal_read_last_object_from_file, METH_VARARGS},
2781 pymarshal_read_object_from_file, METH_VARARGS},
2782 {"raise_signal", (PyCFunction)test_raise_signal, METH_VARARGS},
2784 {"CrtSetReportMode", (PyCFunction)msvcrt_CrtSetReportMode, METH_VARARGS},
2785 {"CrtSetReportFile", (PyCFunction)msvcrt_CrtSetReportFile, METH_VARARGS},
2788 {"W_STOPCODE", py_w_stopcode, METH_VARARGS},