_PyUnicode_Name_CAPI Struct Reference

#include <ucnhash.h>

Public Attributes

int size
 
int(* getname )(PyObject *self, Py_UCS4 code, char *buffer, int buflen, int with_alias_and_seq)
 
int(* getcode )(PyObject *self, const char *name, int namelen, Py_UCS4 *code, int with_named_seq)
 

Member Data Documentation

◆ size

int size

◆ getname

int(* getname) (PyObject *self, Py_UCS4 code, char *buffer, int buflen, int with_alias_and_seq)

◆ getcode

int(* getcode) (PyObject *self, const char *name, int namelen, Py_UCS4 *code, int with_named_seq)