Function
get_handle
(
path_or_buf: FilePath | BaseBuffer,
mode: str,
*,
encoding: str | None = ...,
compression: CompressionOptions = ...,
memory_map: bool = ...,
is_text: Literal[False],
errors: str | None = ...,
storage_options: StorageOptions = ...,
)
Source from the content-addressed store, hash-verified
| 658 | |
| 659 | @overload |
| 660 | def get_handle( |
| 661 | path_or_buf: FilePath | BaseBuffer, |
| 662 | mode: str, |
| 663 | *, |
| 664 | encoding: str | None = ..., |
| 665 | compression: CompressionOptions = ..., |
| 666 | memory_map: bool = ..., |
| 667 | is_text: Literal[False], |
| 668 | errors: str | None = ..., |
| 669 | storage_options: StorageOptions = ..., |
| 670 | ) -> IOHandles[bytes]: ... |
| 671 | |
| 672 | |
| 673 | @overload |