We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PurePath.match()
1 parent af8db2b commit a0786bcCopy full SHA for a0786bc
Doc/library/pathlib.rst
@@ -582,6 +582,10 @@ Pure paths provide the following methods and properties:
582
>>> PurePath('a/b.py').match(pattern)
583
True
584
585
+ .. note::
586
+ The recursive wildcard "``**``" isn't supported by this method (it acts
587
+ like non-recursive "``*``".)
588
+
589
.. versionchanged:: 3.12
590
Accepts an object implementing the :class:`os.PathLike` interface.
591
0 commit comments