phasm/stubs/pywasm/binary.pyi
2022-08-06 20:50:43 +02:00

7 lines
128 B
Python

from typing import BinaryIO
class Module:
@classmethod
def from_reader(cls, reader: BinaryIO) -> 'Module':
...