Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ rollback
Function
rollback
_development/helpers.py:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
@pytest.fixture
18
def
DBInMemory_test():
19
def
rollback():
20
with
sd_lock:
21
saveddata_session.rollback()
22
23
24
print(
"Creating database in memory"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected