python - PyCharm 中的垂直线是什么?

标签 python pycharm

在 PyCharm 中,屏幕截图上突出显示了一条垂直线。

当我将一长行代码复制到编辑器中时,如果长于这一行,它会自动换行。

screenshot

这条线是什么,它的目的是什么?

最佳答案

它是“硬包装”设置的指南。

从 IntelliJ IDEA 设置截图(PyCharm 应该类似):

enter image description here

enter image description here

关于python - PyCharm 中的垂直线是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49752808/

相关文章:

python - 为什么调用方法在构建时在 Keras 层中被调用

python - 将列的值与大小递减的数组(或系列)进行比较

vim - 用于 Intellij 键盘映射的 Ideavim 插件

pycharm - 如何在粘贴上使Jetbrains pycharm自动格式化代码

Python 3.3 - urllib.request - 导入错误

python - Flask 函数返回因主线程错误而无效

python - 在 Python 中将列表从文本拆分为 nGram

python - 无法从github安装python库

python - 处理 SheetsAPI 错误 - Python 2.7

debugging - 如何在pycharm中调试从终端运行的代码