nb_cli.tui.console
class LogConsole(<auto>)
-
参数
auto
method compose()
-
参数
empty
-
返回
- ComposeResult
async method attach_process(proc)
-
参数
proc(Process)
-
返回
- untyped
async method action_pop_screen()
-
参数
empty
-
返回
- untyped
async method action_cancel_proc()
-
参数
empty
-
返回
- untyped
async method action_terminate_proc()
-
参数
empty
-
返回
- untyped
async method action_clear_output()
-
参数
empty
-
返回
- untyped
async method action_copy()
-
参数
empty
-
返回
- untyped
method check_action(action, parameters)
-
参数
-
action(str) -
parameters(tuple[object, ...])
-
-
返回
- bool | None