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 3a8829b commit 4274bb7Copy full SHA for 4274bb7
1 file changed
python/private/py_executable_info.bzl
@@ -18,6 +18,12 @@ The runfiles for the executable's "user" dependencies. These are things in e.g.
18
e.g. the Python runtime itself. It's roughly akin to the files a traditional
19
venv would have installed into it.
20
21
+:::{seealso}
22
+{obj}`PyRuntimeInfo` for the Python runtime files. The {obj}`py_binary` et al
23
+rules provide it directly so that the runtime the binary original chose
24
+can be accessed.
25
+:::
26
+
27
:::{versionadded} VERSION_NEXT_FEATURE
28
:::
29
""",
0 commit comments