• Home
  • Raw
  • Download

Lines Matching defs:kwargs

17 pairwise_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)  in pairwise_new()
53 itertools_groupby(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_groupby()
86 itertools__grouper(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools__grouper()
122 itertools_teedataobject(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_teedataobject()
159 itertools__tee(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools__tee()
233 itertools_cycle(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_cycle()
264 itertools_dropwhile(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_dropwhile()
295 itertools_takewhile(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_takewhile()
326 itertools_starmap(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_starmap()
369 itertools_combinations(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_combinations()
417 itertools_combinations_with_replacement(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_combinations_with_replacement()
464 itertools_permutations(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_permutations()
503 itertools_accumulate(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_accumulate()
555 itertools_compress(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_compress()
590 itertools_filterfalse(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_filterfalse()
629 itertools_count(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_count()