baml.sys.ReadPipe
A system pipe for reading data, typically from another process.
Reference version
Signature
class baml.sys.ReadPipeA system pipe for reading data, typically from another process.
Source:<builtin>/baml/ns_sys/sys.bamlbytes 4943–5452
Fields
_pipe
$rust_typeInstance methods
Close the read pipe, releasing any resources.
Return a line-oriented view over this pipe.
Implementations
baml.Concrete for T
Source:<builtin>/baml/core.bamlbytes 747–779
baml.io.Read for baml.sys.ReadPipe
Instance methods
Consume all remaining bytes through EOF.
Consume all remaining bytes through EOF and decode strict UTF-8.
Source:<builtin>/baml/ns_sys/sys.bamlbytes 5300–5450