HomeSort by relevance Sort by last modified time
    Searched refs:_modified (Results 1 - 4 of 4) sorted by null

  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
base_symbol.py 11 self._modified = False
15 if self._modified:
22 self._modified = True
28 self._modified = True
35 self._modified = True
  /external/python/cpython2/Lib/
dumbdbm.py 85 self._modified = not self._readonly
87 self._modified = False
101 if self._index is None or not self._modified:
164 self._modified = True
190 self._modified = True
  /external/python/cpython3/Lib/dbm/
dumb.py 100 self._modified = not self._readonly
102 self._modified = False
117 if self._index is None or not self._modified:
201 self._modified = True
234 self._modified = True
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
snippet.py 104 self._modified = False
126 self._modified = True
138 return self._modified

Completed in 318 milliseconds