(&self)
| 189 | |
| 190 | #[pygetset] |
| 191 | fn id(&self) -> usize { |
| 192 | self as *const Self as *const core::ffi::c_void as usize |
| 193 | } |
| 194 | |
| 195 | #[pygetset] |
| 196 | fn identifiers(&self, vm: &VirtualMachine) -> PyResult<Vec<PyObjectRef>> { |
no outgoing calls
no test coverage detected