安田龍之介
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
安田龍之介 commented, -
-
-
安田龍之介 created a post, AnsweredHow 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 ... -
安田龍之介 commented, -
安田龍之介 created a post, 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...