Internal Modules¶
_binary
Module¶
Binary input/output support routines.
-
PIL._binary.
i16le
(c, o=0)[source]¶ Converts a 2-bytes (16 bits) string to an unsigned integer.
- Parameters
c – string containing bytes to convert
o – offset of bytes to convert in string
-
PIL._binary.
i32le
(c, o=0)[source]¶ Converts a 4-bytes (32 bits) string to an unsigned integer.
- Parameters
c – string containing bytes to convert
o – offset of bytes to convert in string
_tkinter_finder
Module¶
Find compiled module linking to Tcl / Tk libraries