Skip Menu |

This queue is for tickets about the Autodia CPAN distribution.

Report information
The Basics
Id: 78428
Status: new
Priority: 0/
Queue: Autodia

People
Owner: Nobody in particular
Requestors: oc-spam65 [...] laposte.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.14
Fixed in: (no value)



Subject: Multiple attributes in Python classes
Hello, AutoDia does not seem to handle multiple attribute creation in classes, like in the following, class SellmeierLaw(DispersionLaw): """Sellmeier dispersion law equation.""" A, B, lbda0 = None, None, None # Sellmeier coefficients def __init__(self, coeff=(1.0, 1.0, 300e-9)): ... AutoDia only creates attribute "A", but not "B" nor "lbda0".