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)
|