package
Version:
v1.78.0
Opens a new window with list of versions in this module.
Published: Dec 5, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package lineiter iterates over lines in things.
Bytes returns an iterator over the lines in bs.
The returned substrings don't include the trailing newline.
Lines may be empty.
File returns an iterator that reads lines from the named file.
The returned substrings don't include the trailing newline.
Lines may be empty.
Reader returns an iterator over the lines in r.
The returned substrings don't include the trailing newline.
Lines may be empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.