Lines Matching defs:string
186 string: object
189 Execute the init line provided in the string argument.
193 readline_parse_and_bind(PyObject *module, PyObject *string)
197 PyObject *encoded = encode(string);
552 string: object
559 readline_set_completer_delims(PyObject *module, PyObject *string)
563 PyObject *encoded = encode(string);
695 string: object
702 readline_add_history(PyObject *module, PyObject *string)
705 PyObject *encoded = encode(string);
763 for state in 0, 1, 2, ..., until it returns a non-string.
908 string: object
915 readline_insert_text(PyObject *module, PyObject *string)
918 PyObject *encoded = encode(string);
1406 /* We got an EOF, return an empty string. */