MCPcopy Create free account
hub / github.com/ermak-dev/cloudpub / Connection

Class Connection

sdk/python/src/lib.rs:468–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466/// Python-обёртка для клиента CloudPub
467#[pyclass]
468struct Connection {
469 connection: Arc<RwLock<RustConnection>>,
470 runtime: tokio::runtime::Runtime,
471}
472
473#[pymethods]
474impl Connection {

Callers 1

mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected