added stub for evaluate
This commit is contained in:
parent
e377951b8f
commit
0e9fb3a497
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue