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