You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it is helpful to check whether we have a NULL python object, created via PythonCall.pynew(), e.g. to check if something has been initialized yet. (PyPlot needs this for lazy module loading, for example.) It might be nice to have a function like:
Sometimes it is helpful to check whether we have a NULL python object, created via
PythonCall.pynew()
, e.g. to check if something has been initialized yet. (PyPlot needs this for lazy module loading, for example.) It might be nice to have a function like:since this otherwise requires you access PythonCall internals.
The text was updated successfully, but these errors were encountered: