Skip to content

Commit 8def49e

Browse files
committed
self-doc
1 parent 1f0b5c4 commit 8def49e

6 files changed

Lines changed: 510 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ Whilst many methods return either `self` or another instance/instances of `Itr`
4242

4343
Methods implemented (see the docstrings for more details):
4444

45-
`all` `any` `batched`, `chain` `collect` `copy` `count` `cycle` `enumerate` `filter` `find` `flat_map` `flatten` `fold` `for_each` `groupby`, `interleave` `intersperse` `last` `map` `max` `min` `next` `next_chunk` `nth` `pairwise` `partition` `peek` `reduce` `repeat` `rev` `skip` `skip_while` `starmap` `step_by` `take` `take_while` `unzip` `zip`
45+
`__iter__`, `__next__`, `all`, `any`, `batched`, `chain`, `collect`, `copy`, `count`, `cycle`, `diff`, `enumerate`, `filter`, `find`, `flat_map`, `flatten`, `fold`, `for_each`, `groupby`, `interleave`, `intersperse`, `last`, `map`, `max`, `min`, `next`, `next_chunk`, `nth`, `pairwise`, `partition`, `peek`, `product`, `reduce`, `repeat`, `rev`, `rolling`, `skip`, `skip_while`, `starmap`, `step_by`, `take`, `take_while`, `unzip`, `zip`
46+
47+
This list is auto-generated by `Itr` introspecting itself, which also generates [more detailed documentation](autodoc.md)
48+
49+
The code is here: [introspect.py](introspect.py)
4650

4751
## Examples
4852

0 commit comments

Comments
 (0)