Document mode and mft in SequenceIterator

This commit is contained in:
Peter Cock
2024-09-09 17:46:24 +01:00
committed by GitHub
parent c46ab6687a
commit a47aed65a7

View File

@ -50,6 +50,8 @@ class SequenceIterator(ABC, Generic[AnyStr]):
Arguments:
- source - input file stream, or path to input file
- alphabet - no longer used, should be None
- mode - string, either "t" for text mode or "b" for binary
- fmt - string, mixed case format name for in error messages
This method MAY be overridden by any subclass.