79202309

Date: 2024-11-19 06:42:53
Score: 1
Natty:
Report link

Update: Python 3.13

This feature has finally been added and recursive globs can be used in the full_match() method.

from pathlib import Path

Path("w/x/y/z").full_match("w/**/z")
# True
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: see