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 a4ed12d commit 95241ddCopy full SHA for 95241dd
src/Convert/Convert.jl
@@ -28,7 +28,7 @@ import ..PythonCall:
28
export
29
pyconvert_tryconvert,
30
pyconvertarg,
31
- pyconvert_result
+ pyconvert_result,
32
pyconvert_unconverted,
33
pyconvert_isunconverted,
34
pyconvert_result
src/Core/Core.jl
@@ -133,7 +133,8 @@ import ..PythonCall:
133
pycallable,
134
pycompile,
135
@pyeval,
136
- @pyexec
+ @pyexec,
137
+ pyconvert
138
139
140
pyisnot,
0 commit comments