mirror of
https://github.com/biopython/biopython.git
synced 2025-10-20 21:53:47 +08:00
Document mode and mft in SequenceIterator
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user