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