This is like expr but you give an extra argument (at the beginning) to assign the result of the expression to. More...
Methods defined here: | |
def | __call__ |
def | __init__ |
Data descriptors defined here: | |
def | __dict__ |
dictionary for instance variables (if defined) | |
def | __weakref__ |
list of weak references to the object (if defined) |
This is like expr but you give an extra argument (at the beginning) to assign the result of the expression to.
This should be the name of a field and the result is that that field will now have this value.
Keep in mind that due to multi edit the result could be a mixed field.
def dialog.rules.assign.__init__ | ( | args | ) |
__init__(args)
def dialog.rules.assign.__call__ | ( | args | ) |
__call__(args)
def dialog.rules.assign.__dict__ | ( | args | ) |
dictionary for instance variables (if defined)
def dialog.rules.assign.__weakref__ | ( | args | ) |
list of weak references to the object (if defined)