SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
List of all members
dialog.rules.assign Class Reference

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)

Detailed Description

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.

Constructor & Destructor Documentation

def dialog.rules.assign.__init__ (   args)
 __init__(args)

Member Function Documentation

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)