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 30b1d9e commit 42a7e44Copy full SHA for 42a7e44
docs/src/pythoncall-reference.md
@@ -218,6 +218,17 @@ Py(x::MyType) = x.py
218
@pyconst
219
```
220
221
+## The Python interpreter
222
+
223
+These functions are not exported. They give information about which Python interpreter is
224
+being used.
225
+```@docs
226
+PythonCall.python_version
227
+PythonCall.python_executable_path
228
+PythonCall.python_library_path
229
+PythonCall.python_library_handle
230
+```
231
232
## Low-level API
233
234
The functions here are not exported. They are mostly unsafe in the sense that you can
0 commit comments