Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cf/
Dpycfbridge.h3 extern PyObject *PyCF_CF2Python_mapping(CFTypeRef src);
Dpycfbridge.c28 return PyCF_CF2Python_mapping((CFDictionaryRef)src); in PyCF_CF2Python()
58 PyCF_CF2Python_mapping(CFTypeRef src) { in PyCF_CF2Python_mapping() function