• Home
  • Raw
  • Download

Lines Matching refs:METH_VARARGS

2486     {"raise_exception",         raise_exception,                 METH_VARARGS},
2487 {"set_errno", set_errno, METH_VARARGS},
2512 {"get_args", get_args, METH_VARARGS},
2513 {"get_kwargs", (PyCFunction)get_kwargs, METH_VARARGS|METH_KEYWORDS},
2514 {"getargs_tuple", getargs_tuple, METH_VARARGS},
2516 METH_VARARGS|METH_KEYWORDS},
2517 {"getargs_b", getargs_b, METH_VARARGS},
2518 {"getargs_B", getargs_B, METH_VARARGS},
2519 {"getargs_h", getargs_h, METH_VARARGS},
2520 {"getargs_H", getargs_H, METH_VARARGS},
2521 {"getargs_I", getargs_I, METH_VARARGS},
2522 {"getargs_k", getargs_k, METH_VARARGS},
2523 {"getargs_i", getargs_i, METH_VARARGS},
2524 {"getargs_l", getargs_l, METH_VARARGS},
2525 {"getargs_n", getargs_n, METH_VARARGS},
2527 {"getargs_L", getargs_L, METH_VARARGS},
2528 {"getargs_K", getargs_K, METH_VARARGS},
2534 {"getargs_f", getargs_f, METH_VARARGS},
2535 {"getargs_d", getargs_d, METH_VARARGS},
2536 {"getargs_D", getargs_D, METH_VARARGS},
2537 {"getargs_S", getargs_S, METH_VARARGS},
2538 {"getargs_Y", getargs_Y, METH_VARARGS},
2540 {"getargs_U", getargs_U, METH_VARARGS},
2542 {"getargs_c", getargs_c, METH_VARARGS},
2543 {"getargs_s", getargs_s, METH_VARARGS},
2544 {"getargs_s_star", getargs_s_star, METH_VARARGS},
2545 {"getargs_s_hash", getargs_s_hash, METH_VARARGS},
2546 {"getargs_t_hash", getargs_t_hash, METH_VARARGS},
2547 {"getargs_z", getargs_z, METH_VARARGS},
2548 {"getargs_z_star", getargs_z_star, METH_VARARGS},
2549 {"getargs_z_hash", getargs_z_hash, METH_VARARGS},
2550 {"getargs_w", getargs_w, METH_VARARGS},
2551 {"getargs_w_star", getargs_w_star, METH_VARARGS},
2552 {"getargs_w_hash", getargs_w_hash, METH_VARARGS},
2554 {"getargs_u", getargs_u, METH_VARARGS},
2555 {"getargs_u_hash", getargs_u_hash, METH_VARARGS},
2557 {"getargs_es", getargs_es, METH_VARARGS},
2558 {"getargs_et", getargs_et, METH_VARARGS},
2559 {"getargs_es_hash", getargs_es_hash, METH_VARARGS},
2560 {"getargs_et_hash", getargs_et_hash, METH_VARARGS},
2563 (PyCFunction)codec_incrementalencoder, METH_VARARGS},
2565 (PyCFunction)codec_incrementaldecoder, METH_VARARGS},
2568 {"unicode_encodedecimal", unicode_encodedecimal, METH_VARARGS},
2571 {"_test_thread_state", test_thread_state, METH_VARARGS},
2572 {"_pending_threadfunc", pending_threadfunc, METH_VARARGS},
2575 {"traceback_print", traceback_print, METH_VARARGS},
2576 {"code_newempty", code_newempty, METH_VARARGS},
2578 METH_VARARGS | METH_KEYWORDS},
2579 {"sequence_delitem", (PyCFunction)sequence_delitem, METH_VARARGS},
2585 pymarshal_write_long_to_file, METH_VARARGS},
2587 pymarshal_write_object_to_file, METH_VARARGS},
2589 pymarshal_read_short_from_file, METH_VARARGS},
2591 pymarshal_read_long_from_file, METH_VARARGS},
2593 pymarshal_read_last_object_from_file, METH_VARARGS},
2595 pymarshal_read_object_from_file, METH_VARARGS},