Home
last modified time | relevance | path

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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DSymtab.py887 def declare_builtin_cfunction(self, name, type, cname, python_equiv = None, argument
894 if python_equiv:
895 if python_equiv == "*":
896 python_equiv = name
898 python_equiv = EncodedString(python_equiv)
899 var_entry = Entry(python_equiv, python_equiv, py_object_type)