(self, inst)
| 413 | def test_setup_instance(self): |
| 414 | class FooDescriptor(BaseDescriptor): |
| 415 | def instance_init(self, inst): |
| 416 | foo = inst.foo # instance should have the attr |
| 417 | |
| 418 | class HasFooDescriptors(HasDescriptors): |
| 419 | fd = FooDescriptor() |
nothing calls this directly
no outgoing calls
no test coverage detected