HomeSort by relevance Sort by last modified time
    Searched refs:module_cname (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Utility/
ImportExport.c 40 global_dict = PyModule_GetDict($module_cname);
193 if (unlikely(__Pyx_SetAttrString($module_cname, "__file__", file_path) < 0))
226 result = __Pyx_SetAttrString($module_cname, "__path__", package_path);
386 d = PyObject_GetAttrString($module_cname, (char *)"$api_name");
393 if (PyModule_AddObject($module_cname, (char *)"$api_name", d) < 0)
489 if (__Pyx_PyObject_SetAttrStr($module_cname, PYIDENT("$api_name"), d) < 0)
Builtins.c 26 PyObject *globals = PyObject_GetAttr($module_cname, PYIDENT("__dict__"));
32 names = PyObject_Dir($module_cname);
44 PyObject* value = __Pyx_GetAttr($module_cname, name);
110 globals = PyModule_GetDict($module_cname);
Exceptions.c 533 py_globals = PyModule_GetDict($module_cname);
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Naming.py 81 module_cname = pyrex_prefix + "m" variable
ModuleNode.py 650 code.putln('static PyObject *%s;' % env.module_cname)
    [all...]
Symtab.py     [all...]
ExprNodes.py     [all...]
Nodes.py     [all...]

Completed in 1454 milliseconds