1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Pycharmのtypeshedを上書きする

Posted at

python3.8からfunctoolsにcached_propertyが追加されているが、PyCharmで候補にでてこなかった。

  • python 3.8
  • PyCharm 2019.2.5

image.png

PyCharmはtypeshedのコピーを持っていて、それが古いのが理由

最新のtypeshedを反映させるためには、プロジェクトディレクトリにtypeshedをcloneしてきて、Source Rootに指定する
image.png

image.png

OK

参考)

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?