bundles / IPython 9.10.0 / IPython / utils / text / _col_chunks
function
IPython.utils.text:_col_chunks
source: /IPython/utils/text.py :578
Signature
def _col_chunks ( l : List[int] , max_rows : int , row_first : bool = False ) → Iterator[List[int]] Summary
Yield successive max_rows-sized column chunks from l.
Aliases
-
IPython.utils.text._col_chunks