HomeSort by relevance Sort by last modified time
    Searched full:regref (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Runtime/
refnanny.pyx 30 cdef regref(self, obj, lineno, bint is_null): member in class:Context
31 log(LOG_ALL, u'regref', u"<NULL>" if is_null else obj, lineno)
108 (<Context>ctx).regref(None, lineno, True)
110 (<Context>ctx).regref(<object>p_obj, lineno, False)

Completed in 54 milliseconds