Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
468
struct Connection {
469
connection: Arc<RwLock<RustConnection>>,
470
runtime: tokio::runtime::Runtime,
471
}
472
473
#[pymethods]
474
impl Connection {
Callers
1
main
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected