-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enabled nested with of a sile and changed to SileBinder
The sile_read_multiple has been deleted, now the way to do it is SileBinder. This is more versatile and allows better handling. It also patches the documentation. This changes the behaviour of all files using this. By default a read_* with the SileBinder will only read the next entry, however to read multiple one should use read_*[...] for slicing the data. The bound method will try and be smart about only reading the needed elements, there is a bit of overhead, but largely it should be fast. All tests are functional again. Signed-off-by: Nick Papior <[email protected]>
- Loading branch information
Showing
10 changed files
with
144 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.