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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
complexobject.c 290 static PyObject *complexstr; local
292 if (complexstr == NULL) {
293 complexstr = PyString_InternFromString("__complex__");
294 if (complexstr == NULL)
298 f = PyObject_GetAttr(op, complexstr);
307 f = _PyObject_LookupSpecial(op, "__complex__", &complexstr);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
complexobject.c 286 static PyObject *complexstr; local
288 if (complexstr == NULL) {
289 complexstr = PyString_InternFromString("__complex__");
290 if (complexstr == NULL)
294 f = PyObject_GetAttr(op, complexstr);
303 f = _PyObject_LookupSpecial(op, "__complex__", &complexstr);
    [all...]
  /external/python/cpython2/Objects/
complexobject.c 290 static PyObject *complexstr; local
292 if (complexstr == NULL) {
293 complexstr = PyString_InternFromString("__complex__");
294 if (complexstr == NULL)
298 f = PyObject_GetAttr(op, complexstr);
307 f = _PyObject_LookupSpecial(op, "__complex__", &complexstr);
    [all...]

Completed in 92 milliseconds