mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 12:43:44 -04:00
return ClassTree instead of printing it
This commit is contained in:
parent
d8eab5dbcd
commit
f804219bb6
@ -38,5 +38,5 @@ class DirectObject:
|
|||||||
def isIgnoring(self, event):
|
def isIgnoring(self, event):
|
||||||
return messenger.isIgnoring(event, self)
|
return messenger.isIgnoring(event, self)
|
||||||
|
|
||||||
def printClassTree(self):
|
def classTree(self):
|
||||||
print ClassTree(self)
|
return ClassTree(self)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user