安田龍之介
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
安田龍之介 进行了评论, -
-
-
安田龍之介 创建了一个帖子, 已回答How can I hook into automatic and manual saves separately?
The methods for hooking into file saves (such as ActionOnSave or FileDocumentManagerListener) do not seem to be able to distinguish between manual saves (when the user actually presses Ctrl+S) and ... -
安田龍之介 进行了评论, -
安田龍之介 创建了一个帖子, How do I specify exclude_lines for PyCharm coverage?
I am using Ubuntu 22.04, PyCharm 2022.2.4 and Python 3.11.0rc2.I would like to automatically exclude coverage due to abstractmethods that are not executed. I have heard that PyCharm uses coverage.p...