Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_open

28 _open = __builtin__.open
45 _open = _open # for _commit()
69 f = _open(self._datfile, 'r')
71 f = _open(self._datfile, 'w')
80 f = _open(self._dirfile)
110 f = self._open(self._dirfile, 'w')
120 f = _open(self._datfile, 'rb')
131 f = _open(self._datfile, 'rb+')
146 f = _open(self._datfile, 'rb+')
157 f = _open(self._dirfile, 'a')