Ask a question to get started
Enter to sendā¢Shift+Enter new line
abort( self, ) -> None
Stop the run early.
Closes the underlying graph iterator (propagating GeneratorExit so in-flight nodes and subgraphs are cancelled), closes the mux, and marks the stream exhausted. Idempotent.
GeneratorExit