fixes #25
This commit is contained in:
parent
86fddbe2ac
commit
c6bded59f4
1 changed files with 2 additions and 2 deletions
|
|
@ -105,10 +105,10 @@ class Construct(t.Generic[ParsedType, BuildTypes]):
|
|||
def build(self, obj: BuildTypes, **contextkw: ContextKWType) -> bytes: ...
|
||||
def build_stream(
|
||||
self, obj: BuildTypes, stream: StreamType, **contextkw: ContextKWType
|
||||
) -> bytes: ...
|
||||
) -> None: ...
|
||||
def build_file(
|
||||
self, obj: BuildTypes, filename: FilenameType, **contextkw: ContextKWType
|
||||
) -> bytes: ...
|
||||
) -> None: ...
|
||||
def sizeof(self, **contextkw: ContextKWType) -> int: ...
|
||||
def compile(
|
||||
self, filename: FilenameType = ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue