Files @ 8b887918c008
Branch filter:

Location: light9/stubs/PIL/WalImageFile.pyi

drewp@bigasterisk.com
checkpoint show data
Ignore-this: a89dd0b7e6b9e4bbd820c15c523e3ba1
# Stubs for PIL.WalImageFile (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

import __builtin__
from typing import Any

builtins = __builtin__
i32: Any

def open(filename: Any): ...

quake2palette: bytes