Blender V4.3
PyC_UnicodeAsBytesAndSize_Data Struct Reference

#include <py_capi_utils.hh>

Public Attributes

PyObject * value_coerce
 
const char * value
 
Py_ssize_t value_len
 

Detailed Description

Notes on using this structure:

  • Always initialize to {nullptr}.
  • Always Py_XDECREF(value_coerce) before returning, after this value must not be accessed.

Definition at line 145 of file py_capi_utils.hh.

Member Data Documentation

◆ value

◆ value_coerce

◆ value_len

Py_ssize_t PyC_UnicodeAsBytesAndSize_Data::value_len

Definition at line 148 of file py_capi_utils.hh.


The documentation for this struct was generated from the following file: