Skip to content

Commit 42a7e44

Browse files
author
Christopher Doris
committed
document new functions
1 parent 30b1d9e commit 42a7e44

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/src/pythoncall-reference.md

+11
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,17 @@ Py(x::MyType) = x.py
218218
@pyconst
219219
```
220220

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+
221232
## Low-level API
222233

223234
The functions here are not exported. They are mostly unsafe in the sense that you can

0 commit comments

Comments
 (0)