symbian-qemu-0.9.1-12/python-2.6.1/Tools/modulator/Templates/object_method
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 
       
     2 static char $abbrev$_$method$__doc__[] = 
       
     3 ""
       
     4 ;
       
     5 
       
     6 static PyObject *
       
     7 $abbrev$_$method$($abbrev$object *self, PyObject *args)
       
     8 {
       
     9 	if (!PyArg_ParseTuple(args, ""))
       
    10 		return NULL;
       
    11 	Py_INCREF(Py_None);
       
    12 	return Py_None;
       
    13 }
       
    14