¡@

Home 

python Programming Glossary: autoassign

What is the best way to do automatic attribute assignment in Python, and is it a good idea?

http://stackoverflow.com/questions/3652851/what-is-the-best-way-to-do-automatic-attribute-assignment-in-python-and-is-it-a

for automatic attribute assignment . class Foo object @autoassign def __init__ self a b c d e f g pass Two questions Are there.. improve this question There are some things about the autoassign code that bug me mostly stylistic but one more serious problem.. that bug me mostly stylistic but one more serious problem autoassign does not assign an 'args' attribute class Foo object @autoassign..