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 コードで未使用の関数を見つけるにはどうすればよいですか?
私は Pyramid プロジェクトの多くのファイルと関数に取り組んでおり、物事を整理するために、呼び出されない関数を知りたいと思っています。これを理解する方法はありますか?
ありがとう
pycheckerなどの静的アナライザーを使用できます。