D | dumb.py | 25 import io as _io namespace 46 _io = _io # for _commit() variable in _Database 82 f = _io.open(self._datfile, 'r', encoding="Latin-1") 86 with _io.open(self._datfile, 'w', encoding="Latin-1") as f: 96 f = _io.open(self._dirfile, 'r', encoding="Latin-1") 129 with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f: 148 with _io.open(self._datfile, 'rb') as f: 158 with _io.open(self._datfile, 'rb+') as f: 172 with _io.open(self._datfile, 'rb+') as f: 182 with _io.open(self._dirfile, 'a', encoding="Latin-1") as f:
|