Add helper function for checking and converting list of hypos

This commit is contained in:
John J. Camilleri
2021-09-22 15:37:33 +02:00
parent 21ee96da9b
commit 4611d831ff
3 changed files with 57 additions and 22 deletions

View File

@@ -18,6 +18,8 @@ PgfExnType handleError(PgfExn err);
PgfText *PyUnicode_AsPgfText(PyObject *pystr);
PyObject *PyUnicode_FromPgfText(PgfText *text);
PgfTypeHypo *PyList_AsHypos(PyObject *pylist, Py_ssize_t *n_hypos);
PgfUnmarshaller unmarshaller;
PgfMarshaller marshaller;