crzwdjk: okay, so the instance attribute creation can be done in one line:

```python
self.__dict__.update(self.signature.members.create())
```