Table of content
Templates
Details
Templates
Python comment
-
content
Comment content
-
inline
Indicates if the comment should be displayed on one line
Default value: false()
Python code block
-
content
Block content
-
addInitialEndl
Add a linebreak before the block
Default value: true()
-
addFinalEndl
Add a linebreak after the block
Default value: false()
Declare a Python method
-
name
Class name
-
args
Method args (without the first 'self' argueent)
-
classMethod
Default value: false()
-
content
Class statements
Declare a Python class
-
name
Class name
-
parents
Class parent(s)
Default value: 'object'
-
content
Class statements