gh-90385: Add pathlib.Path.walk() method (GH-92517)

Automerge-Triggered-By: GH:brettcannon
This commit is contained in:
Stanislav Zmiev 2022-07-23 03:55:46 +04:00 committed by GitHub
parent e4d3a96a11
commit c1e929858a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 338 additions and 1 deletions

View file

@ -572,7 +572,7 @@ def fs_is_case_insensitive(directory):
class FakePath:
"""Simple implementing of the path protocol.
"""Simple implementation of the path protocol.
"""
def __init__(self, path):
self.path = path