Skip to content

Commit 746a0db

Browse files
author
Christopher Doris
committed
document low-level API
1 parent ce7f9c9 commit 746a0db

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/src/pythoncall.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,3 +268,17 @@ PythonCall.Deps.resolve
268268
PythonCall.Deps.conda_env
269269
PythonCall.Deps.user_deps_file
270270
```
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

Comments
 (0)