From 0e9fb3a497f330b17b74a2f9b004a91fa4eef2bc Mon Sep 17 00:00:00 2001 From: Tim Rid <6593626+timrid@users.noreply.github.com> Date: Sat, 31 Jul 2021 13:59:48 +0200 Subject: [PATCH] added stub for evaluate --- construct-stubs/core.pyi | 1 + 1 file changed, 1 insertion(+) diff --git a/construct-stubs/core.pyi b/construct-stubs/core.pyi index 9cee278..1b5879b 100644 --- a/construct-stubs/core.pyi +++ b/construct-stubs/core.pyi @@ -80,6 +80,7 @@ def stream_seek( def stream_tell(stream: t.BinaryIO, path: t.Optional[PathType]) -> int: ... def stream_size(stream: t.BinaryIO) -> int: ... def stream_iseof(stream: t.BinaryIO) -> bool: ... +def evaluate(param: ConstantOrContextLambda2[T], context: Context) -> T: ... # =============================================================================== # abstract constructs