A fully working version of the scheduling language with added examples
This commit is contained in:
parent
ec42f74960
commit
ebfd85a666
126 changed files with 7235 additions and 981 deletions
6
transformation/schedule/models/eval_context_stub.pyi
Normal file
6
transformation/schedule/models/eval_context_stub.pyi
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
def check_outgoing_exec(this, err: list[str], labels: list[str]) -> bool: ...
|
||||
def check_incoming_exec(this, err: list[str], labels: list[str]) -> bool: ...
|
||||
def check_outgoing_data(this, err: list[str], labels: list[str]) -> bool: ...
|
||||
def check_incoming_data(this, err: list[str], labels: list[str]) -> bool: ...
|
||||
def check_is_type(s: str, typ: any) -> bool: ...
|
||||
def check_code_syntax(code) -> bool: ...
|
||||
Loading…
Add table
Add a link
Reference in a new issue