| 41 | /// with the primitive Rust integer types. |
| 42 | #[cfg(feature = "python27-sys")] |
| 43 | pub struct PyInt(PyObject); |
| 44 | #[cfg(feature = "python27-sys")] |
| 45 | pyobject_newtype!(PyInt, PyInt_Check, PyInt_Type); |
| 46 |
nothing calls this directly
no outgoing calls
no test coverage detected