PyVarObject Struct Reference

PyVarObject Struct Reference

#include <object.h>

Class Description

Definition at line 110 of file object.h.

Public Attributes

Py_ssize_t ob_refcnt
 
struct _typeobjectob_type
 
Py_ssize_t ob_size
 

Member Data Documentation

Py_ssize_t ob_refcnt

Definition at line 111 of file object.h.

Py_ssize_t ob_size

Definition at line 111 of file object.h.

struct _typeobject* ob_type

Definition at line 111 of file object.h.


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