pyo3/
internal.rs

1//! Holding place for code which is not intended to be reachable from outside of PyO3.
2
3pub(crate) mod get_slot;
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here