• Home
  • Raw
  • Download

Lines Matching defs:kwargs

22 itertools_groupby(PyTypeObject *type, PyObject *args, PyObject *kwargs)  in itertools_groupby()
55 itertools__grouper(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools__grouper()
91 itertools_teedataobject(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_teedataobject()
128 itertools__tee(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools__tee()
207 itertools_cycle(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_cycle()
238 itertools_dropwhile(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_dropwhile()
269 itertools_takewhile(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_takewhile()
300 itertools_starmap(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_starmap()
343 itertools_combinations(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_combinations()
396 itertools_combinations_with_replacement(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_combinations_with_replacement()
448 itertools_permutations(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_permutations()
487 itertools_accumulate(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_accumulate()
539 itertools_compress(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_compress()
574 itertools_filterfalse(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_filterfalse()
613 itertools_count(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_count()