Home
last modified time | relevance | path

Searched defs:rollback (Results 1 – 9 of 9) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/req/
Dreq_uninstall.py282 def rollback(self) -> None: member in StashedUninstallPathSet
417 def rollback(self) -> None: member in UninstallPathSet
643 def rollback(self) -> bool: member in UninstallPthEntries
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/site-packages/pip/_internal/req/
Dreq_uninstall.py282 def rollback(self) -> None: member in StashedUninstallPathSet
417 def rollback(self) -> None: member in UninstallPathSet
643 def rollback(self) -> bool: member in UninstallPthEntries
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/req/
Dreq_uninstall.py282 def rollback(self) -> None: member in StashedUninstallPathSet
417 def rollback(self) -> None: member in UninstallPathSet
643 def rollback(self) -> bool: member in UninstallPthEntries
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/req/
Dreq_uninstall.py282 def rollback(self) -> None: member in StashedUninstallPathSet
417 def rollback(self) -> None: member in UninstallPathSet
643 def rollback(self) -> bool: member in UninstallPthEntries
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dutil.py649 def rollback(self): member in FileOperator
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dutil.py649 def rollback(self): member in FileOperator
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dutil.py649 def rollback(self): member in FileOperator
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dutil.py649 def rollback(self): member in FileOperator
/prebuilts/go/linux-x86/src/database/sql/
Dsql.go2318 func (tx *Tx) rollback(discardConn bool) error { func