gpt4 book ai didi

python - 检测我如何运行 Python 脚本

转载 作者:可可西里 更新时间:2023-11-01 09:21:38 29 4
gpt4 key购买 nike

如何在不向脚本传递不同参数的情况下检测脚本是从 Windows 控制台运行还是从 Komodo 调试器运行?

最佳答案

虽然我不了解Komodo,但我不认为它的标准输入是交互式的,所以你可以试试

import sys
in_console = sys.__stdin__.isatty()

in_console 如果调用者提供交互式 stdin 则将为真,您将得到您想要的,尽管不是以一种优雅的方式。

关于python - 检测我如何运行 Python 脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6068522/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com