Inheritance diagram for IPython.frontend.asyncfrontendbase:
Base front end class for all async frontends.
Bases: IPython.frontend.frontendbase.FrontEndBase
Overrides FrontEndBase to wrap execute in a deferred result. All callbacks are made as callbacks on the deferred result.
Execute the block and return the deferred result.
block : {str, AST} blockID : any
Caller may provide an ID to identify this block. result[‘blockID’] := blockID