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

Wrap certain API calls with this in order to facilitate SDS/2 Assembly dialog editor knowing which parts of each function call it needs to wrap in quotes in order to get the expression and not the result of the expression. More...

Methods defined here:

def __call__
def __get__
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

Wrap certain API calls with this in order to facilitate SDS/2 Assembly dialog editor knowing which parts of each function call it needs to wrap in quotes in order to get the expression and not the result of the expression.

You should name each argument by the name it's given in the function call. Introspection will be used to figure out which part of the function call that maps to. So, if the name of an argument changes it must be updated here.

The arguments which should generally be protected are:

Constructor & Destructor Documentation

def dialog.assembly_quote.assembly_quote.__init__ (   args)
 __init__(args)

Member Function Documentation

def dialog.assembly_quote.assembly_quote.__call__ (   args)
 __call__(args)
def dialog.assembly_quote.assembly_quote.__dict__ (   args)

dictionary for instance variables (if defined)

def dialog.assembly_quote.assembly_quote.__get__ (   args)
 __get__(args)
def dialog.assembly_quote.assembly_quote.__weakref__ (   args)

list of weak references to the object (if defined)