HomeSort by relevance Sort by last modified time
    Searched full:fake_module (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Utility/
CommonTypes.c 8 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/
TestVisitor.py 17 def fake_module(node): function in function:TestMethodDispatcherTransform._build_tree
23 fake_module,

Completed in 89 milliseconds