_PyUnicode_Name_CAPI Struct Reference

_PyUnicode_Name_CAPI Struct Reference

#include <ucnhash.h>

Class Description

Definition at line 13 of file ucnhash.h.

Public Attributes

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

Member Data Documentation

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

Definition at line 26 of file ucnhash.h.

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

Definition at line 22 of file ucnhash.h.

int size

Definition at line 16 of file ucnhash.h.


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