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.
functools.py でラップ デコレータがどのように実装されているpartial()かを見ていて、それがどのように実装されているかを確認したかったのです。_functools からインポートされたので、_functools.py を探しましたが、見つかりませんでした。Python ディレクトリ全体を grep し、次に C: ドライブ全体を grep しましたが、何も表示されませんでした。このファイルはどこにありますか? (Win7 x64)
partial()