home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / palmos / pippy-0.6beta-src.tar.gz / pippy-0.6beta-src.tar / pippy-0.6beta-src / src / Include / other / sliceobject_c.h < prev    next >
C/C++ Source or Header  |  2000-12-21  |  424b  |  14 lines

  1. #ifndef SLICEOBJECT_C_H
  2. #define SLICEOBJECT_C_H
  3.  
  4. #include "proto_defs.h"
  5. /* previously forward declarations stripped from sliceobject.c */
  6.  
  7. REPRFUNC_PROTO(ellipsis_repr, PyObject) SEG_SLICEOBJECT_C;
  8.  
  9. DESTRUCTOR_PROTO(slice_dealloc, PySliceObject) SEG_SLICEOBJECT_C;
  10. GETATTRFUNC_PROTO(slice_getattr, PySliceObject) SEG_SLICEOBJECT_C;
  11. REPRFUNC_PROTO(slice_repr, PySliceObject) SEG_SLICEOBJECT_C;
  12.  
  13. #endif /* SLICEOBJECT_C_H */
  14.