Hi,

I do not know how to subject my problem in a better way.

I have the following statement:

    return [ dict(x1 = elem.x1, x2 = elem.x2, x3 = elem.x3,)
                for elem in method(in_values)
              ]

How can I transform it to an explicit description:

    result = ...
    return result

Could not found a description for the here used form of for and what
[...] means.

Need this for debugging.
Thanks for any help.

Regards,

Fritz

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to