Home | History | Annotate | Download | only in python2.7

Lines Matching full:refcount

863         self.refcount = 0
914 self.refcount += 1
930 if self.refcount <= 0:
935 self.refcount -= 1
936 if self.refcount <= 0 and not self.keepalive: