(&mut self)
| 137 | } |
| 138 | impl Drop for TestDropCall { |
| 139 | fn drop(&mut self) { |
| 140 | self.drop_called.store(true, Ordering::Relaxed); |
| 141 | } |
| 142 | } |
| 143 | |
| 144 | py_class!(class DataIsDropped |py| { |
nothing calls this directly
no outgoing calls
no test coverage detected