mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -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
|
# for breadth-first searching
|
||||||
self._queue = Queue()
|
self._queue = Queue()
|
||||||
ContainerReport.PrivateIds.update(set([
|
ContainerReport.PrivateIds.update(set([
|
||||||
|
id(ContainerReport.PrivateIds),
|
||||||
id(self._visitedIds),
|
id(self._visitedIds),
|
||||||
id(self._id2pathStr),
|
id(self._id2pathStr),
|
||||||
id(self._id2container),
|
id(self._id2container),
|
||||||
@ -163,6 +164,7 @@ class ContainerReport:
|
|||||||
return
|
return
|
||||||
|
|
||||||
def _output(self, **kArgs):
|
def _output(self, **kArgs):
|
||||||
|
print "===== ContainerReport: \'%s\' =====" % (self._name,)
|
||||||
initialTypes = (types.DictType, types.ListType, types.TupleType)
|
initialTypes = (types.DictType, types.ListType, types.TupleType)
|
||||||
for type in initialTypes:
|
for type in initialTypes:
|
||||||
self._outputType(type, **kArgs)
|
self._outputType(type, **kArgs)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user