Home
last modified time | relevance | path

Searched refs:py_ann (Results 1 – 1 of 1) sorted by relevance

/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/
H A Ddecoder.c383 PyObject *py_annlist, *py_ann; in get_annotations() local
409 py_ann = PyTuple_GetItem(py_annlist, i); in get_annotations()
410 if (!py_ann) in get_annotations()
413 if (!PyTuple_Check(py_ann) || PyTuple_Size(py_ann) != 2) { in get_annotations()
419 if (py_strseq_to_char(py_ann, &annpair) != SRD_OK) in get_annotations()