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():
dasdasdasd
    """documentation string"""
asdasdsad
    if True:
```
        print True
</pre>

Revision as of 15:40, 16 March 2026

  1. PersistedState Attribute
    1. Role of the attribute
    1. Usage example
def function():
    """documentation string"""
    if True:
        print True