mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
formatting
This commit is contained in:
parent
b9257df888
commit
fccd4f5b8e
@ -76,7 +76,7 @@ class ClassicFSM(DirectObject):
|
|||||||
return self.__str__()
|
return self.__str__()
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
"""__str__(self)
|
"""
|
||||||
Print out something useful about the fsm
|
Print out something useful about the fsm
|
||||||
"""
|
"""
|
||||||
currentState = self.getCurrentState()
|
currentState = self.getCurrentState()
|
||||||
|
@ -221,8 +221,8 @@ class DirectGuiBase(PandaObject.PandaObject):
|
|||||||
|
|
||||||
def initialiseoptions(self, myClass):
|
def initialiseoptions(self, myClass):
|
||||||
"""
|
"""
|
||||||
initialiseoptions(myClass) - call all initialisation functions
|
Call all initialisation functions to initialize widget
|
||||||
to initialize widget options to default of keyword value
|
options to default of keyword value
|
||||||
"""
|
"""
|
||||||
# This is to make sure this method class is only called by
|
# This is to make sure this method class is only called by
|
||||||
# the most specific class in the class hierarchy
|
# the most specific class in the class hierarchy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user