(self, f)
| 1783 | ) |
| 1784 | |
| 1785 | def _commit_someattr(self, f): |
| 1786 | attributes.instance_state(f)._commit( |
| 1787 | attributes.instance_dict(f), ["someattr"] |
| 1788 | ) |
| 1789 | |
| 1790 | def _someattr_committed_state(self, f): |
| 1791 | Foo = f.__class__ |
no test coverage detected