bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / lib / _iotools / LineSplitter
class
numpy.lib._iotools:LineSplitter
source: build-install/usr/lib/python3.14/site-packages/numpy/lib/_iotools.py :133
Signature
class LineSplitter ( delimiter = None , comments = # , autostrip = True , encoding = None ) Members
Summary
Object to split a string at a given delimiter or at given places.
Parameters
delimiter: str, int, or sequence of ints, optionalIf a string, character used to delimit consecutive fields. If an integer or a sequence of integers, width(s) of each field.
comments: str, optionalCharacter used to mark the beginning of a comment. Default is '#'.
autostrip: bool, optionalWhether to strip each individual field. Default is True.
Aliases
-
numpy.lib._iotools.LineSplitter