Python 文件 isatty() 方法
定义和用法
如果文件流是交互式的,例如连接到终端设备,则 isatty()
方法返回 True
。
语法
文件.isatty()
参数值
无参数
如果文件流是交互式的,例如连接到终端设备,则 isatty()
方法返回 True
。
文件.isatty()
无参数
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]