Searched defs:partial_call (Results 1 – 2 of 2) sorted by relevance
39 struct partial_call struct41 int argnumc; /* number of context argument, 0 when seen */42 int argnum1; /* number of singular argument, 0 when seen */43 int argnum2; /* number of plural argument, 0 when seen */44 bool argnum1_glib_context; /* argument argnum1 has the syntax "ctxt|msgid" */68 size_t nalternatives; /* number of partial_call alternatives */ argument
285 partial_call(partialobject *pto, PyObject *args, PyObject *kwargs) in partial_call() function