MCPcopy Index your code
hub / github.com/RustPython/RustPython / __enter__

Method __enter__

crates/stdlib/src/_sqlite3.rs:1466–1468  ·  view source on GitHub ↗
(zelf: PyRef<Self>)

Source from the content-addressed store, hash-verified

1464
1465 #[pymethod]
1466 fn __enter__(zelf: PyRef<Self>) -> PyRef<Self> {
1467 zelf
1468 }
1469
1470 #[pymethod]
1471 fn __exit__(

Callers

nothing calls this directly

Calls 2

innerMethod · 0.45

Tested by

no test coverage detected