Home
last modified time | relevance | path

Searched refs:_write_string (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Daifc.py213 def _write_string(f, s): function
843 _write_string(self._file, self._compname)
903 _write_string(self._file, name)
/external/python/cpython2/Lib/
Daifc.py212 def _write_string(f, s): function
883 _write_string(self._file, self._compname)
943 _write_string(self._file, name)
/external/python/cpython2/Lib/test/
Dtest_aifc.py189 aifc._write_string(f, 'too long' * 255)
/external/python/cpython3/Lib/test/
Dtest_aifc.py250 aifc._write_string(f, b'too long' * 255)