added stub for evaluate

This commit is contained in:
Tim Rid 2021-07-31 13:59:48 +02:00
parent e377951b8f
commit 0e9fb3a497

View file

@ -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