HomeSort by relevance Sort by last modified time
    Searched defs:PySet_Type (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
setobject.c 1012 (type == &PySet_Type || type == &PyFrozenSet_Type)) {
1093 if (type == &PySet_Type && !_PyArg_NoKeywords("set()", kwds))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
setobject.c 1013 (type == &PySet_Type || type == &PyFrozenSet_Type)) {
1094 if (type == &PySet_Type && !_PyArg_NoKeywords("set()", kwds))
    [all...]
  /external/python/cpython2/Objects/
setobject.c 1009 (type == &PySet_Type || type == &PyFrozenSet_Type)) {
1090 if (type == &PySet_Type && !_PyArg_NoKeywords("set()", kwds))
    [all...]
  /external/python/cpython3/Objects/
setobject.c 610 if (Py_TYPE(so) != &PySet_Type)
1073 if (type != &PySet_Type && type != &PyFrozenSet_Type) {
1074 if (PyType_IsSubtype(type, &PySet_Type))
1075 type = &PySet_Type;
    [all...]

Completed in 202 milliseconds