Searched refs:fake_module (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DCommonTypes.c8 PyObject* fake_module; local
11 fake_module = PyImport_AddModule((char*) "_cython_" CYTHON_ABI);
12 if (!fake_module) return NULL;
13 Py_INCREF(fake_module);
15 cached_type = (PyTypeObject*) PyObject_GetAttrString(fake_module, type->tp_name);
33 if (PyObject_SetAttrString(fake_module, type->tp_name, (PyObject*) type) < 0)
40 Py_DECREF(fake_module);
/external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
H A DTestVisitor.py17 def fake_module(node): function in function:TestMethodDispatcherTransform._build_tree
23 fake_module,

Completed in 71 milliseconds