Skip to content

Commit 090f05e

Browse files
author
Christopher Doris
committed
declare missing functions
1 parent a996b4f commit 090f05e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/API/functions.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ function pyclassmethod end
116116
function pyfunc end
117117
function pyisjl end
118118
function pyjl end
119+
function pyjlcollection end
120+
function pyjlarray end
121+
function pyjlset end
122+
function pyjldict end
119123
function pyjlraw end
120124
function pyjltype end
121125
function pyjlvalue end

src/JlWrap/JlWrap.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ import ..PythonCall:
2424
pyisjl,
2525
pyjlvalue,
2626
pyjlraw,
27+
pyjlcollection,
28+
pyjlarray,
29+
pyjldict,
30+
pyjlset,
2731
pybinaryio,
2832
pytextio,
2933
PyObjectVector,

0 commit comments

Comments
 (0)