You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method Repository.iter_fnames() accepts the keyword arguments begin and end. When begin and end are in the same interval, the method will yield nothing. Or to use the illustration from the docstring:
Files: A B
Frames: |---------------|---------------|
⬆ ⬆
begin end
Instead of A no filename is yielded.
The text was updated successfully, but these errors were encountered:
The method Repository.iter_fnames() accepts the keyword arguments
begin
andend
. Whenbegin
andend
are in the same interval, the method will yield nothing. Or to use the illustration from the docstring:Instead of
A
no filename is yielded.The text was updated successfully, but these errors were encountered: