j7s_diagnostics_py/vendor/pyo3/src/internal.rs

9 lines
201 B
Rust

//! Holding place for code which is not intended to be reachable from outside of PyO3.
#[macro_use]
pub(crate) mod macros;
pub(crate) mod get_slot;
pub(crate) mod pyclass_init;
pub(crate) mod state;