 |
My Project
|
Go to the documentation of this file.
11 #if defined(HAVE_READLINE) && defined(HAVE_READLINE_READLINE_H)
18 typedef struct ml_internal {
19 PyObject *pDictionary;
30 int ml_is_initialised();
63 int ml_make_prediction(
char *filename,
64 char *prediction_buffers[],
66 char *(*custom_strdup)(
const char *));