Home | History | Annotate | Download | only in Modules

Lines Matching refs:defobj

122     PyObject *defobj = NULL;

127 if (!PyArg_ParseTuple(args, "O!|O:decimal", &PyUnicode_Type, &v, &defobj))
149 if (defobj == NULL) {
155 Py_INCREF(defobj);
156 return defobj;
173 PyObject *defobj = NULL;
177 if (!PyArg_ParseTuple(args, "O!|O:digit", &PyUnicode_Type, &v, &defobj))
184 if (defobj == NULL) {
189 Py_INCREF(defobj);
190 return defobj;
207 PyObject *defobj = NULL;
212 if (!PyArg_ParseTuple(args, "O!|O:numeric", &PyUnicode_Type, &v, &defobj))
234 if (defobj == NULL) {
239 Py_INCREF(defobj);
240 return defobj;
1117 PyObject* defobj = NULL;
1118 if (!PyArg_ParseTuple(args, "O!|O:name", &PyUnicode_Type, &v, &defobj))
1126 if (defobj == NULL) {
1131 Py_INCREF(defobj);
1132 return defobj;