HomeSort by relevance Sort by last modified time
    Searched defs:_io (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/dbm/
dumb.py 25 import io as _io
46 _io = _io # for _commit() variable in class:_Database
82 f = _io.open(self._datfile, 'r', encoding="Latin-1")
89 with _io.open(self._datfile, 'w', encoding="Latin-1") as f:
98 f = _io.open(self._dirfile, 'r', encoding="Latin-1")
130 with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
149 with _io.open(self._datfile, 'rb') as f:
159 with _io.open(self._datfile, 'rb+') as f:
173 with _io.open(self._datfile, 'rb+') as f
    [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 565 milliseconds