_InUse

Private class for tracking objects that are currently in use.

Public variables:

obj

The object in question

useCnt

A counter for the number of places that this object is being used.

Methods

__init__(self, obj)

   def __init__(self, obj):