bundles / numpy latest / numpy / lib / _iotools / LineSplitter / autostrip
function
numpy.lib._iotools:LineSplitter.autostrip
source: build-install/usr/lib/python3.14/site-packages/numpy/lib/_iotools.py :149
Signature
def autostrip ( self , method ) Summary
Wrapper to strip each member of the output of method.
Parameters
method: functionFunction that takes a single argument and returns a sequence of strings.
Returns
wrapped: functionThe result of wrapping
method. wrapped takes a single input argument and returns a list of strings that are stripped of white-space.
Aliases
-
numpy.lib._iotools.LineSplitter.autostrip