mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 01:42:14 -04:00
parent
1b1c76b2e8
commit
89799bc024
@ -342,7 +342,6 @@ class MetaInterval(CMetaInterval):
|
|||||||
# with all of their associated Python callbacks:
|
# with all of their associated Python callbacks:
|
||||||
|
|
||||||
def setManager(self, manager):
|
def setManager(self, manager):
|
||||||
rogerroger
|
|
||||||
self.__manager = manager
|
self.__manager = manager
|
||||||
CMetaInterval.setManager(self, manager)
|
CMetaInterval.setManager(self, manager)
|
||||||
|
|
||||||
|
@ -110,15 +110,6 @@ class ObjectPool:
|
|||||||
print('TYPE: %s, %s objects' % (repr(typ), len(self._type2objs[typ])))
|
print('TYPE: %s, %s objects' % (repr(typ), len(self._type2objs[typ])))
|
||||||
print(getNumberedTypedSortedString(self._type2objs[typ]))
|
print(getNumberedTypedSortedString(self._type2objs[typ]))
|
||||||
|
|
||||||
def containerLenStr(self):
|
|
||||||
s = 'Object Pool: Container Lengths'
|
|
||||||
s += '\n=============================='
|
|
||||||
lengths = list(self._len2obj.keys())
|
|
||||||
lengths.sort()
|
|
||||||
lengths.reverse()
|
|
||||||
for count in counts:
|
|
||||||
pass
|
|
||||||
|
|
||||||
def printReferrers(self, numEach=3):
|
def printReferrers(self, numEach=3):
|
||||||
"""referrers of the first few of each type of object"""
|
"""referrers of the first few of each type of object"""
|
||||||
counts = list(set(self._count2types.keys()))
|
counts = list(set(self._count2types.keys()))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user