MCPcopy Create free account
hub / github.com/pyca/cryptography / FixedPool

Class FixedPool

src/rust/src/pool.rs:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9// use.
10#[pyo3::prelude::pyclass(module = "cryptography.hazmat.bindings._rust")]
11pub(crate) struct FixedPool {
12 create_fn: pyo3::PyObject,
13
14 value: Cell<Option<pyo3::PyObject>>,
15}
16
17#[pyo3::prelude::pyclass(module = "cryptography.hazmat.bindings._rust")]
18struct PoolAcquisition {

Callers 3

__init__Method · 0.85
test_basicMethod · 0.85
test_thread_stressMethod · 0.85

Calls

no outgoing calls

Tested by 2

test_basicMethod · 0.68
test_thread_stressMethod · 0.68