mirror of
https://github.com/python/cpython.git
synced 2025-12-05 00:52:25 +00:00
get_completer() takes no args
This commit is contained in:
parent
c9fbb72ba5
commit
d9efdc5b5a
1 changed files with 1 additions and 1 deletions
|
|
@ -349,7 +349,7 @@ It should return the next possible completion starting with 'text'.");
|
||||||
|
|
||||||
|
|
||||||
static PyObject *
|
static PyObject *
|
||||||
get_completer(PyObject *self, PyObject *args)
|
get_completer(PyObject *self, PyObject *noargs)
|
||||||
{
|
{
|
||||||
if (completer == NULL) {
|
if (completer == NULL) {
|
||||||
Py_INCREF(Py_None);
|
Py_INCREF(Py_None);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue