安田龍之介
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created How can I hook into automatic and manual saves separately?
AnsweredThe 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 ... -
Created 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...