home *** CD-ROM | disk | FTP | other *** search
- static PyObject *new_instance ( PyObject *unused , PyObject *args );
- static PyObject *new_instancemethod ( PyObject *unused , PyObject *args );
- static PyObject *new_function ( PyObject *unused , PyObject *args );
- static PyObject *new_code ( PyObject *unused , PyObject *args );
- static PyObject *new_module ( PyObject *unused , PyObject *args );
- static PyObject *new_class ( PyObject *unused , PyObject *args );
-