mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-19 13:15:00 -04:00
*** empty log message ***
This commit is contained in:
parent
1e0fcd2d77
commit
c30fce4da9
@ -9,7 +9,7 @@ class DirectObject:
|
|||||||
def __del__(self):
|
def __del__(self):
|
||||||
"""__del__(self)
|
"""__del__(self)
|
||||||
"""
|
"""
|
||||||
print "Destructing: ", self.__class__.__name__
|
# print "Destructing: ", self.__class__.__name__
|
||||||
try:
|
try:
|
||||||
self.cleanup()
|
self.cleanup()
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
|
@ -49,7 +49,7 @@ class Messenger:
|
|||||||
def ignore(self, event, object):
|
def ignore(self, event, object):
|
||||||
""" ignore(self, string, DirectObject)
|
""" ignore(self, string, DirectObject)
|
||||||
Make this object no longer respond to this event.
|
Make this object no longer respond to this event.
|
||||||
It is safe to call even if it was not alread
|
It is safe to call even if it was not already accepting
|
||||||
"""
|
"""
|
||||||
|
|
||||||
Messenger.notify.debug(`object` + '\n now ignoring: ' + `event`)
|
Messenger.notify.debug(`object` + '\n now ignoring: ' + `event`)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user