• Home
  • Raw
  • Download

Lines Matching defs:args

9 parse_tuple_and_keywords(PyObject *self, PyObject *args)  in parse_tuple_and_keywords()
107 get_args(PyObject *self, PyObject *args) in get_args()
116 get_kwargs(PyObject *self, PyObject *args, PyObject *kwargs) in get_kwargs()
125 getargs_w_star(PyObject *self, PyObject *args) in getargs_w_star()
145 getargs_w_star_opt(PyObject *self, PyObject *args) in getargs_w_star_opt()
185 PyObject *args; in test_w_code_invalid() local
261 getargs_empty(PyObject *self, PyObject *args, PyObject *kwargs) in getargs_empty()
284 getargs_tuple(PyObject *self, PyObject *args) in getargs_tuple()
295 getargs_keywords(PyObject *self, PyObject *args, PyObject *kwargs) in getargs_keywords()
314 getargs_keyword_only(PyObject *self, PyObject *args, PyObject *kwargs) in getargs_keyword_only()
331 getargs_positional_only_and_keywords(PyObject *self, PyObject *args, in getargs_positional_only_and_keywords()
351 getargs_b(PyObject *self, PyObject *args) in getargs_b()
361 getargs_B(PyObject *self, PyObject *args) in getargs_B()
371 getargs_h(PyObject *self, PyObject *args) in getargs_h()
381 getargs_H(PyObject *self, PyObject *args) in getargs_H()
391 getargs_I(PyObject *self, PyObject *args) in getargs_I()
401 getargs_k(PyObject *self, PyObject *args) in getargs_k()
411 getargs_i(PyObject *self, PyObject *args) in getargs_i()
421 getargs_l(PyObject *self, PyObject *args) in getargs_l()
431 getargs_n(PyObject *self, PyObject *args) in getargs_n()
441 getargs_p(PyObject *self, PyObject *args) in getargs_p()
451 getargs_L(PyObject *self, PyObject *args) in getargs_L()
461 getargs_K(PyObject *self, PyObject *args) in getargs_K()
471 getargs_f(PyObject *self, PyObject *args) in getargs_f()
481 getargs_d(PyObject *self, PyObject *args) in getargs_d()
491 getargs_D(PyObject *self, PyObject *args) in getargs_D()
501 getargs_S(PyObject *self, PyObject *args) in getargs_S()
511 getargs_Y(PyObject *self, PyObject *args) in getargs_Y()
521 getargs_U(PyObject *self, PyObject *args) in getargs_U()
531 getargs_c(PyObject *self, PyObject *args) in getargs_c()
541 getargs_C(PyObject *self, PyObject *args) in getargs_C()
551 getargs_s(PyObject *self, PyObject *args) in getargs_s()
561 getargs_s_star(PyObject *self, PyObject *args) in getargs_s_star()
574 getargs_s_hash(PyObject *self, PyObject *args) in getargs_s_hash()
585 getargs_z(PyObject *self, PyObject *args) in getargs_z()
598 getargs_z_star(PyObject *self, PyObject *args) in getargs_z_star()
616 getargs_z_hash(PyObject *self, PyObject *args) in getargs_z_hash()
630 getargs_y(PyObject *self, PyObject *args) in getargs_y()
640 getargs_y_star(PyObject *self, PyObject *args) in getargs_y_star()
652 getargs_y_hash(PyObject *self, PyObject *args) in getargs_y_hash()
663 getargs_es(PyObject *self, PyObject *args) in getargs_es()
681 getargs_et(PyObject *self, PyObject *args) in getargs_et()
699 getargs_es_hash(PyObject *self, PyObject *args) in getargs_es_hash()
725 getargs_et_hash(PyObject *self, PyObject *args) in getargs_et_hash()
751 gh_99240_clear_args(PyObject *self, PyObject *args) in gh_99240_clear_args()