MXMS: Difference between revisions
From MXMS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
## Usage example | ## Usage example | ||
<pre> | |||
def function(): | |||
"""documentation string""" | |||
if True: | |||
print True | |||
</pre> | |||
Revision as of 15:40, 16 March 2026
- PersistedState Attribute
- Role of the attribute
- Usage example
def function():
"""documentation string"""
if True:
print True