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

Method is_autocommit

crates/stdlib/src/_sqlite3.rs:2920–2922  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2918 }
2919
2920 fn is_autocommit(self) -> bool {
2921 unsafe { sqlite3_get_autocommit(self.db) != 0 }
2922 }
2923
2924 fn changes(self) -> c_int {
2925 unsafe { sqlite3_changes(self.db) }

Callers 7

rollbackMethod · 0.80
set_isolation_levelMethod · 0.80
set_autocommitMethod · 0.80
in_transactionMethod · 0.80
executeMethod · 0.80
executemanyMethod · 0.80
implicit_commitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected