Unload this app from graphscope engine. Returns: :class:`graphscope.framework.app.UnloadedApp`: Evaluated in eager mode.
(self)
| 419 | pass |
| 420 | |
| 421 | def _unload(self): |
| 422 | """Unload this app from graphscope engine. |
| 423 | |
| 424 | Returns: |
| 425 | :class:`graphscope.framework.app.UnloadedApp`: Evaluated in eager mode. |
| 426 | """ |
| 427 | return UnloadedApp(self._session, self._unload_op) |
| 428 | |
| 429 | |
| 430 | class App(object): |