home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / Python / Source / Modules / protos / newmodule.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-04-25  |  411 b   |  7 lines

  1. static PyObject *new_instance ( PyObject *unused , PyObject *args );
  2. static PyObject *new_instancemethod ( PyObject *unused , PyObject *args );
  3. static PyObject *new_function ( PyObject *unused , PyObject *args );
  4. static PyObject *new_code ( PyObject *unused , PyObject *args );
  5. static PyObject *new_module ( PyObject *unused , PyObject *args );
  6. static PyObject *new_class ( PyObject *unused , PyObject *args );
  7.