py_is_null_xptr: Check if a Python object is a null externalptr

View source: R/RcppExports.R

py_is_null_xptrR Documentation

Check if a Python object is a null externalptr

Description

Check if a Python object is a null externalptr

Usage

py_is_null_xptr(x)

py_validate_xptr(x)

Arguments

x

Python object

Details

When Python objects are serialized within a persisted R environment (e.g. .RData file) they are deserialized into null externalptr objects (since the Python session they were originally connected to no longer exists). This function allows you to safely check whether whether a Python object is a null externalptr.

The py_validate function is a convenience function which calls py_is_null_xptr and throws an error in the case that the xptr is NULL.

Value

Logical indicating whether the object is a null externalptr


rstudio/reticulate documentation built on April 10, 2024, 1:53 a.m.