<whitequark[cis]> "crzwdjk: okay, so the instance..." <- > <@whitequark:matrix.org> crzwdjk: okay, so the instance attribute creation can be done in one line:
> 
> ```python
> self.__dict__.update(self.signature.members.create())
> ```

That ^