| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
PooledInterface
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Destroy the object The method has to advise the pool to forget it. It should call the del_obj method of the pool for that purpose. In order to achieve that the object needs to store a reference to pool internally. In order to avoid circular references it is wise to store the pool as a weak reference (see weakref module). |
| Home | Trees | Indices | Help |
|
|---|