comparison stubs/PIL/_binary.pyi @ 1947:3b2255e3576d

big stubgen run for PIL, moviepy, rx Ignore-this: 349c755d8d70fdd1ff5711bde41f1dcb
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 05 Jun 2019 23:14:49 +0000
parents
children
comparison
equal deleted inserted replaced
1946:a362b892cb43 1947:3b2255e3576d
1 # Stubs for PIL._binary (Python 3)
2 #
3 # NOTE: This dynamically typed stub was automatically generated by stubgen.
4
5 from typing import Any
6
7 def i8(c: Any): ...
8 def o8(i: Any): ...
9 def i16le(c: Any, o: int = ...): ...
10 def si16le(c: Any, o: int = ...): ...
11 def i32le(c: Any, o: int = ...): ...
12 def si32le(c: Any, o: int = ...): ...
13 def i16be(c: Any, o: int = ...): ...
14 def i32be(c: Any, o: int = ...): ...
15 def o16le(i: Any): ...
16 def o32le(i: Any): ...
17 def o16be(i: Any): ...
18 def o32be(i: Any): ...