类文档
class ConsoleProgressBarMixin
已知子类: igraph.app.shell.ClassicPythonShell
, igraph.app.shell.IPythonShell
控制台 shell 的 Mixin 类,支持进度条。
方法 | __init__ |
未归档 |
类方法 | _progress |
进度条处理程序,当igraph报告操作进度时调用 |
类方法 | _status |
状态消息处理程序,当igraph发送要显示的状态消息时调用。 |
方法 | _disable |
如果终端能力不足,则禁用状态和进度处理程序。 |