binaryornot Package¶
binaryornot
Package¶
check
Module¶
helpers
Module¶
binaryornot.helpers¶
Helper utilities used by BinaryOrNot.
-
binaryornot.helpers.
get_starting_chunk
(filename, length=1024)[source]¶ Parameters: - filename – File to open and get the first little chunk of.
- length – Number of bytes to read, default 1024.
Returns: Starting chunk of bytes.