[go: up one dir, main page]

Module pyo3::once_cell[][src]

Expand description

A write-once cell mediated by the Python GIL.

Structs

A write-once cell similar to once_cell::OnceCell.