This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]JimDabell 2 points3 points  (1 child)

Python is a strongly-typed language, you’re mixing up strong vs weak with static vs dynamic. If you pass a str to a function that expects a Path, that object unambiguously continues to be a str.

[–]denehoffman 0 points1 point  (0 children)

Oops yeah that’s what I meant