mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-90385: Add pathlib.Path.walk()
method (GH-92517)
Automerge-Triggered-By: GH:brettcannon
This commit is contained in:
parent
e4d3a96a11
commit
c1e929858a
5 changed files with 338 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue