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