PythonCall.jl
PythonCall.jl copied to clipboard
single `Jl` type for Julia values
Make symmetric with Py:
- Operations with
Jlall returnJl. - Arguments to methods of
Jlconvert args usingpyconvert(Any, x). Jl(x)to convert Pythonxto Julia object.- Wrapper types
JlArray,JlDict,JlIOetc. __julia_value__()method signifies wrapper types (similar toispy(x)andPy(x)for Python wrapper types)?