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 33da6af commit ecd395fCopy full SHA for ecd395f
docs/howto/get-python-version.md
@@ -35,6 +35,10 @@ my_rule = rule(
35
)
36
```
37
38
+The `info` variable above is a {obj}`PyRuntimeInfo` object, which contains
39
+information about the Python runtime. It contains more than just the version;
40
+see the {obj}`PyRuntimeInfo` docs for its API documentation.
41
+
42
## Using the rule
43
44
In your `BUILD.bazel` file, you can use the rule like this:
0 commit comments