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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
cobject.c 117 PyCObject* cself = (PyCObject*)self; local
118 if (cself == NULL || !PyCObject_Check(cself) ||
119 cself->destructor != NULL) {
124 cself->cobject = cobj;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
cobject.c 117 PyCObject* cself = (PyCObject*)self; local
118 if (cself == NULL || !PyCObject_Check(cself) ||
119 cself->destructor != NULL) {
124 cself->cobject = cobj;
  /external/python/cpython2/Objects/
cobject.c 117 PyCObject* cself = (PyCObject*)self; local
118 if (cself == NULL || !PyCObject_Check(cself) ||
119 cself->destructor != NULL) {
124 cself->cobject = cobj;
  /external/python/cpython3/Modules/_decimal/tests/
deccheck.py 551 cself, cargs = t.cop[0], t.cop[1:]
553 cfunc = "c_func: %s.%s(" % (repr(cself), t.funcname)
682 cself = t.cop[0]
684 t.rc = getattr(cself, t.funcname)(*cargs)
    [all...]

Completed in 148 milliseconds