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.
サンプルコード
from pathlib import Path for f in Path(<dir>).iterdir(): print(f._str)
関数に渡すために使用していますが、正常に実行している場合やブレークポイントなしでデバッグしている場合でも機能しません。ブレークポイントを使用してそれをステップ実行すると、すべてが正常に出力されます (_str合計パスです!
_str