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 ce7f9c9 commit 746a0dbCopy full SHA for 746a0db
docs/src/pythoncall.md
@@ -268,3 +268,17 @@ PythonCall.Deps.resolve
268
PythonCall.Deps.conda_env
269
PythonCall.Deps.user_deps_file
270
```
271
+
272
+## Low-level API
273
274
+The functions here are not exported. They are mostly unsafe in the sense that you can
275
+crash Julia by using them incorrectly.
276
277
+```@docs
278
+PythonCall.pynew
279
+PythonCall.pyisnull
280
+PythonCall.getptr
281
+PythonCall.pycopy!
282
+PythonCall.pydel!
283
+PythonCall.unsafe_pynext
284
+```
0 commit comments