Searched refs:PyCF_CF2Python (Results 1 – 3 of 3) sorted by relevance
17 PyCF_CF2Python(CFTypeRef src) { in PyCF_CF2Python() function45 item_py = PyCF_CF2Python(item_cf); in PyCF_CF2Python_sequence()81 key_py = PyCF_CF2Python(key_cf); in PyCF_CF2Python_mapping()83 value_py = PyCF_CF2Python(value_cf); in PyCF_CF2Python_mapping()
1 extern PyObject *PyCF_CF2Python(CFTypeRef src);
346 _res = PyCF_CF2Python(_self->ob_itself); in CFTypeRefObj_toPython()