(zelf: &Py<Self>, _vm: &VirtualMachine)
| 174 | impl Representable for Lock { |
| 175 | #[inline] |
| 176 | fn repr_str(zelf: &Py<Self>, _vm: &VirtualMachine) -> PyResult<String> { |
| 177 | repr_lock_impl!(zelf) |
| 178 | } |
| 179 | } |
| 180 | |
| 181 | pub type RawRMutex = RawReentrantMutex<RawMutex, RawThreadId>; |