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 a996b4f commit 090f05eCopy full SHA for 090f05e
src/API/functions.jl
@@ -116,6 +116,10 @@ function pyclassmethod end
116
function pyfunc end
117
function pyisjl end
118
function pyjl end
119
+function pyjlcollection end
120
+function pyjlarray end
121
+function pyjlset end
122
+function pyjldict end
123
function pyjlraw end
124
function pyjltype end
125
function pyjlvalue end
src/JlWrap/JlWrap.jl
@@ -24,6 +24,10 @@ import ..PythonCall:
24
pyisjl,
25
pyjlvalue,
26
pyjlraw,
27
+ pyjlcollection,
28
+ pyjlarray,
29
+ pyjldict,
30
+ pyjlset,
31
pybinaryio,
32
pytextio,
33
PyObjectVector,
0 commit comments