clusterfuzz icon indicating copy to clipboard operation
clusterfuzz copied to clipboard

Set every attribute in __init__

Open jonathanmetzman opened this issue 1 year ago • 2 comments

jonathanmetzman avatar Mar 06 '24 20:03 jonathanmetzman

This isn't ready yet.

jonathanmetzman avatar Mar 06 '24 20:03 jonathanmetzman

we should consider https://docs.python.org/3/library/dataclasses.html for some of these, which makes defining attributes (with types and default values) a lot easier.

I'm going to convert this to a proto anyway, but was doing some intermediate refactoring.

jonathanmetzman avatar Mar 08 '24 01:03 jonathanmetzman