repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
append(): Fixing the test for convertability after consultation with
[python/dscho.git]
/
Include
/
enumobject.h
blob
053fb72a5ec50a05f8aacdca15b323a102b9805e
1
#ifndef Py_ENUMOBJECT_H
2
#define Py_ENUMOBJECT_H
3
4
/* Enumerate Object */
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
PyAPI_DATA
(
PyTypeObject
)
PyEnum_Type
;
11
12
#ifdef __cplusplus
13
}
14
#endif
15
16
#endif
/* !Py_ENUMOBJECT_H */