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.
1 parent 3633d40 commit 6e5df44Copy full SHA for 6e5df44
1 file changed
python/runfiles/runfiles.py
@@ -159,6 +159,9 @@ class Path(pathlib.Path):
159
using the associated `Runfiles` instance when converted to a string.
160
"""
161
162
+ _runfiles: Optional["Runfiles"]
163
+ _source_repo: Optional[str]
164
+
165
# For Python < 3.12 compatibility when subclassing Path directly
166
_flavour = getattr(type(pathlib.Path()), "_flavour", None)
167
0 commit comments