Function init_once_lock_py_attached

Source
fn init_once_lock_py_attached<'a, F, T>(
    lock: &'a OnceLock<T>,
    _py: Python<'_>,
    f: F,
) -> &'a T
where F: FnOnce() -> T,
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here