R/RcppExports.R
is_py_object.Rd
Checks if x is a Python object, more efficiently than inherits(x, "python.builtin.object").
x
inherits(x, "python.builtin.object")
is_py_object(x)
An R or Python.
TRUE or FALSE.
TRUE
FALSE