OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_commit
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dumbdbm.py
38
# at the end of __setitem__). This is only repaired when
_commit
()
39
# gets called. One place
_commit
() gets called is from __del__(),
42
#
_commit
() finish successfully, we can't ignore shutdown races
43
# here, and
_commit
() must not reference any globals.
44
_os = _os # for
_commit
()
45
_open = _open # for
_commit
()
93
def
_commit
(self):
member in class:_Database
94
# CAUTION: It's vital that
_commit
() succeed, and
_commit
() can
116
sync =
_commit
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dumbdbm.py
38
# at the end of __setitem__). This is only repaired when
_commit
()
39
# gets called. One place
_commit
() gets called is from __del__(),
42
#
_commit
() finish successfully, we can't ignore shutdown races
43
# here, and
_commit
() must not reference any globals.
44
_os = _os # for
_commit
()
45
_open = _open # for
_commit
()
93
def
_commit
(self):
member in class:_Database
94
# CAUTION: It's vital that
_commit
() succeed, and
_commit
() can
116
sync =
_commit
[
all
...]
Completed in 38 milliseconds