Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/scrap/
D_Scrapmodule.c31 ScrapRef ob_itself;
34 PyObject *ScrapObj_New(ScrapRef itself) in ScrapObj_New()
42 int ScrapObj_Convert(PyObject *v, ScrapRef *p_itself) in ScrapObj_Convert()
284 ScrapRef scrap; in Scrap_GetCurrentScrap()
Dscrapsupport.py26 ScrapRef = OpaqueByValueType(OBJECTTYPE, OBJECTPREFIX) variable