JuliaPy / PythonCall.jl

Python and Julia in harmony.
https://juliapy.github.io/PythonCall.jl/stable/
MIT License
776 stars 63 forks source link

add pydel_of_py_is_safe(x) #407

Open cjdoris opened 11 months ago

cjdoris commented 11 months ago

... which is true if pydel!(Py(x)) is safe (i.e. Py(x) definitely returns a new value).

Or perhaps !ispy(x) is enough??