Searched refs:python_equiv (Results 1 – 1 of 1) sorted by relevance
887 def declare_builtin_cfunction(self, name, type, cname, python_equiv = None, argument894 if python_equiv:895 if python_equiv == "*":896 python_equiv = name898 python_equiv = EncodedString(python_equiv)899 var_entry = Entry(python_equiv, python_equiv, py_object_type)