Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python コードからクラス図を作成するために pyreverse を使用しました。デフォルトでは、メンバー変数とメソッドの両方が表示されます。しかし、通常、私はメソッドを見たいだけです。
-kオプションを使うとメンバー変数もメソッドも無効になってしまうので、メンバー変数だけを無効にする方法が気になります。