You are viewing an older version (9.10.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.10.0 / IPython / utils / data / chop

function

IPython.utils.data:chop

source: /IPython/utils/data.py :48

Signature

def   chop ( seq : Sequence[T] size : int )  →  list[Sequence[T]]

Summary

Chop a sequence into chunks of the given size.

Aliases

  • IPython.core.page.chop