mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
don't include global set of ignored object ids, added header
This commit is contained in:
parent
431d855513
commit
6ddc1ca7be
@ -18,6 +18,7 @@ class ContainerReport:
|
||||
# for breadth-first searching
|
||||
self._queue = Queue()
|
||||
ContainerReport.PrivateIds.update(set([
|
||||
id(ContainerReport.PrivateIds),
|
||||
id(self._visitedIds),
|
||||
id(self._id2pathStr),
|
||||
id(self._id2container),
|
||||
@ -163,6 +164,7 @@ class ContainerReport:
|
||||
return
|
||||
|
||||
def _output(self, **kArgs):
|
||||
print "===== ContainerReport: \'%s\' =====" % (self._name,)
|
||||
initialTypes = (types.DictType, types.ListType, types.TupleType)
|
||||
for type in initialTypes:
|
||||
self._outputType(type, **kArgs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user