Searched refs:AppendMethod (Results 1 – 2 of 2) sorted by relevance
126 static PyObject* AppendMethod(PyObject* pself, PyObject* value) { in AppendMethod() function520 { "append", AppendMethod, METH_O, in Subscript()
423 static PyObject* AppendMethod(PyObject* self, PyObject* item) { in Subscript() function718 { "append", AppendMethod, METH_O, in Subscript()