Comment elaboration.
This commit is contained in:
parent
2cc3d98810
commit
0ad8c88c22
2 changed files with 4 additions and 1 deletions
|
|
@ -15,7 +15,9 @@ def cmd_push_button(command):
|
|||
class RedButton(BasicObject):
|
||||
def __init__(self, scripted_obj, *args, **kwargs):
|
||||
"""
|
||||
|
||||
This is called when class_factory() instantiates a temporary instance
|
||||
of the script parent. This is typically not something you want to
|
||||
mess with much.
|
||||
"""
|
||||
# Calling the super classes __init__ is critical! Never forget to do
|
||||
# this or everything else from here on out will fail.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue