class documentation
class Shell: (source)
已知的子类:igraph.app.shell.ClassicPythonShell, igraph.app.shell.IDLEShell, igraph.app.shell.IPythonShell
igraph 支持的可嵌入 shell 的超类
| 方法 | __call__ |
未记录 |
| 方法 | get |
返回进度处理器(如果存在)或 None(如果不存在)。 |
| 方法 | get |
返回状态处理器(如果存在)或 None(如果不存在)。 |
| 方法 | supports |
检查shell是否支持进度条。 |
| 方法 | supports |
检查shell是否支持状态消息。 |