mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 20:23:47 -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):
|
||||
return messenger.isIgnoring(event, self)
|
||||
|
||||
def printClassTree(self):
|
||||
print ClassTree(self)
|
||||
def classTree(self):
|
||||
return ClassTree(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user