powered by
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)
TRUE or FALSE.
TRUE
FALSE
An R or Python.