Home | History | Annotate | Download | only in logging

Lines Matching refs:wr

620 def _removeHandlerRef(wr):
631 if wr in _handlerList:
632 _handlerList.remove(wr)
1642 for wr in reversed(handlerList[:]):
1646 h = wr()