GitHub - asottile/dict-unpacking-at-home: 我们能在 Python 中使用字典解包吗?

主要观点:可以在 Python 中使用“dict-unpacking-at-home”,但不建议使用,存在一些问题如破坏栈跟踪中的行号等,同时介绍了使用方法(安装、添加特定代码到文件顶部等)。
关键信息:

  • 安装命令为“pip install dict-unpacking-at-home”。
  • 需在文件顶部添加“# -- coding: dict-unpacking-at-home --”(若有 shebang 则为第二行)。
  • 当前版本会破坏栈跟踪中的行号,“correct-line-numbers”分支有修复,但存在代价。
    重要细节:有相关的脚注说明每月约有百万下载量和总计 3000 多万次下载等情况。
阅读 21
0 条评论