RefCounter
from direct.showbase.PythonUtil import RefCounter
Inheritance:
RefCounter
:
Methods of RefCounter:
__init__
_getKey
dec
inc
__init__
def __init__(self, byId=False)
Undocumented function.
_getKey
def _getKey(self, item)
Undocumented function.
dec
def dec(self, item)
Undocumented function.
inc
def inc(self, item)
Undocumented function.