core-lightning/contrib/pyln-proto/pyln/proto/message
Rusty Russell 47631cc23c pyln.proto.message: use BufferedIOBase instead of bytes for binary ops.
Instead of val_to_bin/val_from_bin which deal with bytes, we implement
read and write which use streams.  This simplifies the API. 

Suggested-by: Christian Decker
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-06-12 15:35:35 +02:00
..
__init__.py pyln: add pyln.proto.message. 2020-06-12 15:35:35 +02:00
array_types.py pyln.proto.message: use BufferedIOBase instead of bytes for binary ops. 2020-06-12 15:35:35 +02:00
fundamental_types.py pyln.proto.message: use BufferedIOBase instead of bytes for binary ops. 2020-06-12 15:35:35 +02:00
message.py pyln.proto.message: use BufferedIOBase instead of bytes for binary ops. 2020-06-12 15:35:35 +02:00