source: vendor/python/2.5/Include/classobject.h@ 3225

Last change on this file since 3225 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 2.8 KB
RevLine 
[3225]1
2/* Class object interface */
3
4/* Revealing some structures (not for general use) */
5
6#ifndef Py_CLASSOBJECT_H
7#define Py_CLASSOBJECT_H
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12typedef struct {