(&self)
| 520 | } |
| 521 | |
| 522 | pub fn clear(&self) { |
| 523 | Radium::store(&self.inner, null_mut(), Ordering::Relaxed); |
| 524 | } |
| 525 | |
| 526 | pub fn to_owned(&self) -> Option<PyObjectRef> { |
| 527 | self.load().map(|obj| obj.to_owned()) |
no outgoing calls
no test coverage detected