_Py_Identifier Struct Reference

#include <object.h>

Public Attributes

struct _Py_Identifiernext
 
const char * string
 
PyObjectobject
 

Member Data Documentation

◆ next

struct _Py_Identifier* next

◆ string

const char* string

◆ object