|
Blender V4.3
|
#include <py_capi_utils.hh>
Public Attributes | |
| PyObject * | value_coerce |
| const char * | value |
| Py_ssize_t | value_len |
Notes on using this structure:
{nullptr}.Py_XDECREF(value_coerce) before returning, after this value must not be accessed. Definition at line 145 of file py_capi_utils.hh.
| const char* PyC_UnicodeAsBytesAndSize_Data::value |
Definition at line 147 of file py_capi_utils.hh.
Referenced by bpy_app_icons_new_triangles_from_file(), bpy_lib_load(), bpy_lib_write(), bpy_rna_data_temp_data(), bpy_system_resource(), bpy_user_resource(), bpy_utils_previews_load(), M_imbuf_load(), M_imbuf_write(), py_blf_load(), and py_blf_unload().
| PyObject* PyC_UnicodeAsBytesAndSize_Data::value_coerce |
Definition at line 146 of file py_capi_utils.hh.
Referenced by bpy_app_icons_new_triangles_from_file(), bpy_lib_load(), bpy_lib_write(), bpy_rna_data_temp_data(), bpy_system_resource(), bpy_user_resource(), bpy_utils_previews_load(), M_imbuf_load(), M_imbuf_write(), py_blf_load(), and py_blf_unload().
| Py_ssize_t PyC_UnicodeAsBytesAndSize_Data::value_len |
Definition at line 148 of file py_capi_utils.hh.